| Thread | Last Post | Replies |
|
| Default Buttons and Wizard Weirdness | 22 Sep 2006 13:04 GMT | 1 |
I have two related problems: (a). trying to set the default button within a CreateUserWizard control ----------------------------------------------------------------- I've done this in a messy way (see below) and wonder if anyone know how I
|
| want to seperate the modules in dll, but same design shares | 22 Sep 2006 13:03 GMT | 1 |
Dear Friends, We are developing one wbesite in visual studio 2005 and sql server 2000. now my question is I want to seperate some modules on the website. Like
|
| Newbie question about Session and objects | 22 Sep 2006 13:00 GMT | 1 |
If I am going to create an instance of an object and only use it in one place (in a button click event handler), should I just create an instance of the object in the handler and use it's method, or create it in the page_load and put it into Session, retrieving it when the page ...
|
| binding multi-table datareader | 22 Sep 2006 12:59 GMT | 1 |
I am using executeReader to get a SqlDataReader as in my code below. The SqlDataReader contains two tables. I am trying to bind each table to its respective dropdown list control. Thanks. //************* My code *************
|
| E-Mail Marketing is now officially SPAM | 22 Sep 2006 12:57 GMT | 1 |
E-mai marketin E-mai marketing is a form o
|
| conditional javascript in asp.net | 22 Sep 2006 12:53 GMT | 3 |
I want to add a javascript which would execute only if certain requirements are met. Example: If user isn't logged in, a message box would pop up, telling the user he
|
| absolutely position in visual studio 2005 style option | 22 Sep 2006 12:27 GMT | 4 |
Any way to automatically default all control to absolutely position rather than having to change that settting ?
|
| CreateUserWizard validation | 22 Sep 2006 11:31 GMT | 2 |
I am using a CreateUserWizard sign up control and wish to use server-side validation on the CreateUserWizardStep - my question is, which event do I need to wire my validation up to so that if the validation returns false, the user account isn't created?
|
| Access denied to assembly | 22 Sep 2006 11:22 GMT | 2 |
I'm getting this error message when i try to run a asp.net application in my development workstation: "A first chance exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll
|
| Best way to implement TreeView in ASPX | 22 Sep 2006 11:01 GMT | 1 |
I faced this problem. I knew Microsoft has published a WebControl, which included TreeView, but it sees not my cup of team since it cannot handle onmousedown or onmouseup. Do I need write my CustomControl? Or any other solution?
|
| Javascript and Postback | 22 Sep 2006 11:00 GMT | 3 |
Is there an easy way to reset a javascript timer whenever there is a postback? Right now I have it set up to reset during the onload event but I would also like it to reset during a post back. The purpose is to send a message to the user after 30minutes of inactivity saying that
|
| Session problem | 22 Sep 2006 10:48 GMT | 2 |
I am anand.I used session state object in some pages in my application ex Session("UserId"). some times applications displayed the following error Object reference not set to an instance of an object.
|
| textbox validation (decimal) | 22 Sep 2006 10:27 GMT | 1 |
how to validate a textbox in decimal formula e.g xxxx.xx ok e.g xxxx.x ok
|
| How do I maximize IE when web project starts F5 | 22 Sep 2006 09:04 GMT | 2 |
Hi how do I maximize IE when I start web project from Visual Studio?
|
| Color Picker Post RGB Values? | 22 Sep 2006 08:14 GMT | 2 |
Has anyone seen a control that will show any kind of color picker (gradient wheel or boxes or etc) that on postback pushes RGB values?
|