Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: max size of sql database Pin
Colin Angus Mackay13-Mar-07 22:58
Colin Angus Mackay13-Mar-07 22:58 
GeneralRe: max size of sql database Pin
Keshav V. Kamat13-Mar-07 23:07
Keshav V. Kamat13-Mar-07 23:07 
QuestionHow to remove noise from captcha image Pin
uday_kiran13-Mar-07 21:20
uday_kiran13-Mar-07 21:20 
AnswerRe: How to remove noise from captcha image Pin
Colin Angus Mackay13-Mar-07 22:57
Colin Angus Mackay13-Mar-07 22:57 
QuestionCalling another executable from my C# application Pin
PatrickMeinguet13-Mar-07 21:10
PatrickMeinguet13-Mar-07 21:10 
AnswerRe: Calling another executable from my C# application Pin
Sandeep Akhare13-Mar-07 21:28
Sandeep Akhare13-Mar-07 21:28 
AnswerRe: Calling another executable from my C# application Pin
PatrickMeinguet10-Apr-07 20:59
PatrickMeinguet10-Apr-07 20:59 
AnswerRe: Calling another executable from my C# application Pin
N a v a n e e t h13-Mar-07 23:22
N a v a n e e t h13-Mar-07 23:22 
GeneralRe: Calling another executable from my C# application Pin
PatrickMeinguet10-Apr-07 21:04
PatrickMeinguet10-Apr-07 21:04 
QuestionNot displaying Grid View when no data [modified] Pin
dabuskol13-Mar-07 21:09
dabuskol13-Mar-07 21:09 
AnswerRe: Not displaying Grid View when no data Pin
Keshav V. Kamat13-Mar-07 21:44
Keshav V. Kamat13-Mar-07 21:44 
GeneralRe: Not displaying Grid View when no data Pin
Keshav V. Kamat13-Mar-07 21:45
Keshav V. Kamat13-Mar-07 21:45 
GeneralRe: Not displaying Grid View when no data Pin
dabuskol13-Mar-07 23:35
dabuskol13-Mar-07 23:35 
QuestionRaising an event Pin
gauthee13-Mar-07 20:45
gauthee13-Mar-07 20:45 
AnswerRe: Raising an event Pin
Martin#13-Mar-07 20:57
Martin#13-Mar-07 20:57 
GeneralRe: Raising an event Pin
gauthee13-Mar-07 21:14
gauthee13-Mar-07 21:14 
AnswerRe: Raising an event Pin
Sandeep Akhare13-Mar-07 22:07
Sandeep Akhare13-Mar-07 22:07 
Gautham
You can do that by making Dropdown autoPostBack false and add one button on aspx page
After selecting item from dropdown click the button
add this in button click
and do what you want to do
Button1.Click += new EventHandler(Views_SelectedIndexChanged);

Thanks and Regards
Sandeep

If you want something you never had,
do something you have never done!


QuestionStreet Mapping Software Pin
Taurian11013-Mar-07 20:23
Taurian11013-Mar-07 20:23 
Questionadding treeview on Panel control Pin
EEmaan13-Mar-07 20:19
EEmaan13-Mar-07 20:19 
QuestionDateTime Conversion Pin
gauthee13-Mar-07 19:29
gauthee13-Mar-07 19:29 
AnswerRe: DateTime Conversion Pin
N a v a n e e t h13-Mar-07 19:39
N a v a n e e t h13-Mar-07 19:39 
GeneralRe: DateTime Conversion Pin
gauthee13-Mar-07 19:54
gauthee13-Mar-07 19:54 
AnswerRe: DateTime Conversion Pin
Guffa13-Mar-07 19:51
Guffa13-Mar-07 19:51 
GeneralRe: DateTime Conversion Pin
gauthee13-Mar-07 20:33
gauthee13-Mar-07 20:33 
AnswerRe: DateTime Conversion Pin
Harini N K13-Mar-07 20:24
Harini N K13-Mar-07 20:24 

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.