Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:723392
More Search Options
RSS Available
Matching Posts
Re: How can i use the settimeout in an alert box ?
Can u please elaborate on how you want to use the code in your application. You've written that you're writing the message to the screen via a Response.Write and in the next line you've written that "The code is in a class and does not inherit from type 'page' so i cant use clientscript.registerstartupscript".
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/18/2008
Re: How to read pdf file in web application with C#
Found this code for checking if there's an application installed for handling the opening of the pdf files: res = Registry.DoesKeyExist(HKEY_CLASSES_ROOT, ".pdf"); if res then -- there is an application registered to handle pdf documents Dialog.Message("Registry", "Class .pdf known", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON2); default = Registry.GetValue(HKEY_CLASSES_ROOT, ".pdf", "", true); Dialog.Message("Default PDF handler", default
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/18/2008
Re: Hi...backbutton
You can do it for Internet Explorer with the code below: If Session("UserName") = Nothing Or Session("UserRole") <> "Admin" Then Session("ErrMsg") = "Session Expired or Access Denied please login" Response.Redirect("../Login.aspx") End If Response.Buffer = True Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.ExpiresAbsolute = DateTime.Now().AddDays(-1) Response.Expires = -1500 Response.CacheControl = "no-cache"
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/18/2008
Re: How to desable parent form when popup is loaded
You need to use ShowModalDialog for your requirement. ShowModalDialog can be called through Javascript.
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/18/2008
Re: Select All the CheckBox without refreshing the page
Yes.. this can be done with the help of Javascript code. You can associate a Javascript function to select all the checkboxes on button click and it'll select all the checkboxes without page refresh.
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/16/2008
Re: custom message box
lolz.. sorry.. a typing mistake.. I meant to say that ShowModalDialog is now being supported in Mozilla Firefox 3.0 onwards. :)
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 12/16/2008
Re: CSS version in IE
Though don't have an Idea how to detect the version of CSS supported by a particular browser through code but have got a link detailing the list of CSS versions supported by various browsers. You can find it here: http://dev.l-c-n.com/CSS3-selectors/browser-support.php Anuj
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 10/21/2008
Re: How to call ServerSide function from Javascript
You need to call a Javascript function and send an Ajax call to get server-side code executed. Or another way could be that you can drop in a server side button and get it clicked through Javascript code and put your server-side code on button's click event on server-side.
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 10/13/2008
Re: wrong position
Hi! I think when you make your Div a server-side control by putting runat="server" in the Div tag, then the CSS doesn't applies to it (usually for server-side controls, CssClass tag is used to apply CSS on them). So, make a css class for your server-side Div control and apply css on it like CssClass="class1". Hope that this helps. Anuj
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 10/13/2008
Re: wrong position
Hi! I think when you make your Div a server-side control by putting runat="server" in the Div tag, then the CSS doesn't applies to it (usually for server-side controls, CssClass tag is used to apply CSS on them). So, make a css class for your server-side Div control and apply css on it like CssClass="class1". Hope that this helps. Anuj
Posted to
Client Side Web Development
(Forum)
by
techieanuj
on 10/13/2008
Page 1 of 6 (52 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online