| Thread | Last Post | Replies |
|
| Submit Button event for EnterKey in Asp.Net | 18 Mar 2006 10:43 GMT | 2 |
I have two textboxes(Emailid,passwd) and a Button Submit in my Webform.I have set focus to Email textbox by using JavaScript.Now how to call the Submit button_click event when we hit Enter key from the Key board?Can any one give me the Code samples for this problem?
|
| Cool book | 18 Mar 2006 09:38 GMT | 1 |
I am a dba/developer from about 5 years. I'm trying to migrate from classic asp to asp.net for my webapps and I would like to start the right way. I'm looking for a good book to learn ms way to develop large webapps.
|
| Dynamic controls and viewstate | 18 Mar 2006 09:32 GMT | 1 |
I am trying to add dynamic controls onto my page and here is how I am doing that. I have a page which has a button called as "AddMoreControls" and in this button's event handler I am creating controls dynamically and adding them to
|
| Scalable Application Design | 18 Mar 2006 09:19 GMT | 3 |
Ive read that to build scalable web apps it is not recommended that state be stored in session variables. My understanding of this is that, with many users using the application concurrently, the amount of memory required to store all their session
|
| Asp.Net 2.0 Profiles Question... | 18 Mar 2006 08:55 GMT | 2 |
I have authenticated profiles setup that have First Name and Last Name values. During the course of page building, I need to retrieve those values for all users who are members of a particular role to populate a drop-down list with people's names instead of usernames.
|
| Oracle membership ? | 18 Mar 2006 08:37 GMT | 1 |
I need to implement membership on oracle please tell me where I can download any implementation of it ? I hope it exist ;) Jarod
|
| Menu - Pass Value | 18 Mar 2006 08:27 GMT | 3 |
I have a MasterPage with a menu, populated from a database, my problem now is when i chose an option , how can i pass (catch) the value to my products page??? Thanks
|
| ReportViewer | 18 Mar 2006 07:44 GMT | 1 |
Does anybody know why the Print button on the report viewer toolbar (VS2005) only shows for remote reports and not Local? Is there a way to get a print function(button) on the toolbar for local reports?
|
| "Failed to access IIS metabase" on XP | 18 Mar 2006 05:19 GMT | 5 |
I had to reformat my Windows XP Professional development machine yesterday and reinstall everything, including IIS and VS 2005. I thought I had worked out the procedure to get ASP.NET up and running on a local machine, but I am getting this error when I try to open a web app on ...
|
| SSL won't work - please help! | 18 Mar 2006 04:01 GMT | 4 |
I've been beating my head against the wall on this one for hours. Here's what I tried first: * Import self-registered certificate into IIS 5.1 (WinXP Pro) * Set SSL to be required, with 128-bit encryption, for the
|
| Modifying a customValidator error message from the client function? | 18 Mar 2006 03:58 GMT | 1 |
I'd like to be able to modify the error message of an ASP.NET 2.0 customValidator on the fly, depending on what part of the validation failed. Now, the client validation function takes two parameters, the second of which points to the value to be validated (args.Value). I
|
| Web application setup problem on Win 2003 | 18 Mar 2006 03:47 GMT | 7 |
Does anyone know how to resolve following setup problem, I developed my application(using .net 2.0) which will connect Access database on my Win XP, everything works fine, but when I place the web folder onto my Win 2003 server, set up a virtual directory as web application, the ...
|
| Track the users on line? | 17 Mar 2006 23:23 GMT | 7 |
Which is the best way to track the number of the user currently logged into a web site? I've some idea on mind, but I want to compare with you. One could be to increment a session variable on the session_start in the
|
| how can access webService design in visual web developer 2005 as we access from iis server in days of VS 2003 | 17 Mar 2006 23:05 GMT | 1 |
guys i have this annoying question i have upgrade my webService project from visual studion.NET 2003 to 2005 but the problem is tht i cant access my webService directly from iis mmc by click the .asmx and selecting browsing in old days of .net 2003.....it gives an error like
|
| Getting calling URL | 17 Mar 2006 22:54 GMT | 4 |
I would like to get the calling URL or IP, basically to log where people came from to get to my site, like if they came from yahoo or google etc. Is there a way I can do that?
|