Click here to Skip to main content
15,923,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to hide tooltips in Crystal Reports? Pin
NinaWilliam21-Sep-08 21:38
NinaWilliam21-Sep-08 21:38 
Questionasp .net connect my web page access database manually [modified] Pin
lankaudaranga9-Jul-08 18:16
lankaudaranga9-Jul-08 18:16 
AnswerRe: asp .net connect my web page access database manually Pin
Paul Conrad9-Jul-08 18:44
professionalPaul Conrad9-Jul-08 18:44 
AnswerRe: asp .net connect my web page access database manually Pin
Paddy Boyd9-Jul-08 20:41
Paddy Boyd9-Jul-08 20:41 
QuestionDataAdapter Pin
Murugavel Sadagopan9-Jul-08 16:47
Murugavel Sadagopan9-Jul-08 16:47 
AnswerRe: DataAdapter Pin
Imran Khan Pathan9-Jul-08 19:29
Imran Khan Pathan9-Jul-08 19:29 
GeneralRe: DataAdapter Pin
Murugavel Sadagopan10-Jul-08 19:09
Murugavel Sadagopan10-Jul-08 19:09 
Questioncheck box click server side event not working once validation summary is displayed Pin
For_IT9-Jul-08 14:21
For_IT9-Jul-08 14:21 
Hi all

I have a user control with textbox fields to enter the address.
If the fields are empty, the validation summary will be displayed.

There is one checkbox on the control to fill up the text boxes if it is checked in.

When the validation summary is available on the page, and I click on the checkbox, to automatically fill the text boxes, it does not work.

Server side event is not getting fired when I check and uncheck the checkbox for the first time when validation summary is available on page.

I added, client side to event to CheckBox and then called __doPostBack event from the javascript. But postback is not happening.

I have following javascript
function OnCheckClick()
{
__doPostBack('SameAddressCheckBox','');

} 


When I used the above script on "onclick" event of checkbox, after validation summary appears on page, when I try to check in the checkbox, validation summary goes away, but the checkbox is not getting checked in and server side event is also not called.

can anyone please suggest some thing so that postback can happen and will call serverside event.

Many thanks.
AnswerRe: check box click server side event not working once validation summary is displayed Pin
Herman<T>.Instance11-Jul-08 2:56
Herman<T>.Instance11-Jul-08 2:56 
QuestionLink Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 10:44
professionalVimalsoft(Pty) Ltd9-Jul-08 10:44 
AnswerRe: Link Button Does not Show as a Link Pin
subai9-Jul-08 18:44
subai9-Jul-08 18:44 
GeneralRe: Link Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 21:14
professionalVimalsoft(Pty) Ltd9-Jul-08 21:14 
QuestionRadio Buttons in GridView Pin
hellbinder9-Jul-08 9:00
hellbinder9-Jul-08 9:00 
AnswerRe: Radio Buttons in GridView Pin
led mike9-Jul-08 10:19
led mike9-Jul-08 10:19 
GeneralRe: Radio Buttons in GridView Pin
hellbinder9-Jul-08 11:33
hellbinder9-Jul-08 11:33 
GeneralRe: Radio Buttons in GridView Pin
led mike9-Jul-08 11:51
led mike9-Jul-08 11:51 
GeneralRe: Radio Buttons in GridView Pin
hellbinder9-Jul-08 12:05
hellbinder9-Jul-08 12:05 
GeneralRe: Radio Buttons in GridView Pin
Herman<T>.Instance10-Jul-08 2:58
Herman<T>.Instance10-Jul-08 2:58 
Questioncontrols in gridview Pin
strawberrysh9-Jul-08 8:49
strawberrysh9-Jul-08 8:49 
AnswerRe: controls in gridview Pin
Christian Graus9-Jul-08 8:53
protectorChristian Graus9-Jul-08 8:53 
QuestionRe: controls in gridview Pin
strawberrysh9-Jul-08 10:42
strawberrysh9-Jul-08 10:42 
AnswerRe: controls in gridview Pin
Christian Graus9-Jul-08 11:35
protectorChristian Graus9-Jul-08 11:35 
QuestionRe: controls in gridview Pin
strawberrysh9-Jul-08 18:19
strawberrysh9-Jul-08 18:19 
QuestionFree web hosting Pin
Genius.Boy9-Jul-08 8:19
Genius.Boy9-Jul-08 8:19 
AnswerRe: Free web hosting Pin
jzonthemtn9-Jul-08 11:48
jzonthemtn9-Jul-08 11:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.