Click here to Skip to main content
15,902,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCompositeDataBoundControl loose data on postback Pin
loutremaline10-Jan-07 22:34
loutremaline10-Jan-07 22:34 
AnswerRe: CompositeDataBoundControl loose data on postback Pin
minhpc_bk11-Jan-07 15:30
minhpc_bk11-Jan-07 15:30 
AnswerRe: CompositeDataBoundControl loose data on postback [modified] Pin
loutremaline11-Jan-07 22:48
loutremaline11-Jan-07 22:48 
GeneralRe: CompositeDataBoundControl loose data on postback Pin
minhpc_bk11-Jan-07 23:30
minhpc_bk11-Jan-07 23:30 
QuestionBlog creation Pin
deepjyoti8110-Jan-07 22:27
deepjyoti8110-Jan-07 22:27 
AnswerRe: Blog creation Pin
Colin Angus Mackay10-Jan-07 23:03
Colin Angus Mackay10-Jan-07 23:03 
QuestionHelp me to do this Pin
slSoftware10-Jan-07 22:09
slSoftware10-Jan-07 22:09 
AnswerRe: Useless subject Pin
Guffa10-Jan-07 22:31
Guffa10-Jan-07 22:31 
Try to write a subject that says anything specific about the question. Almost every thread here is about someone wanting help with something, so that information is totally useless for distinguishing the thread from others.


If you want to use server code:

In the click event for the button, write:

Response.Redirect(NameOfTheComboBox.SelectedValue);


If you want to use client code:

In the onclick event of the button, write:

window.location=this.form.NameOfTheComboBox.options[this.form.NameOfTheComboBox.selectedIndex].value;


For either to work, the values in the items of the combo box needs to contain the URLs to use for redirection.

---
Year happy = new Year(2007);

AnswerRe: Help me to do this Pin
sanaziuse10-Jan-07 23:10
sanaziuse10-Jan-07 23:10 
QuestionUse of Fstream in Asp Pin
Member 371417510-Jan-07 21:24
Member 371417510-Jan-07 21:24 
AnswerRe: Use of Fstream in Asp Pin
Paddy Boyd10-Jan-07 23:11
Paddy Boyd10-Jan-07 23:11 
Questionacess one user control in another user control Pin
Amit Agarrwal10-Jan-07 21:04
Amit Agarrwal10-Jan-07 21:04 
AnswerRe: acess one user control in another user control Pin
Guffa10-Jan-07 21:49
Guffa10-Jan-07 21:49 
GeneralRe: acess one user control in another user control Pin
Amit Agarrwal10-Jan-07 23:09
Amit Agarrwal10-Jan-07 23:09 
AnswerRe: acess one user control in another user control Pin
Guffa10-Jan-07 23:43
Guffa10-Jan-07 23:43 
GeneralRe: acess one user control in another user control Pin
Amit Agarrwal11-Jan-07 0:38
Amit Agarrwal11-Jan-07 0:38 
AnswerRe: acess one user control in another user control Pin
Guffa11-Jan-07 4:16
Guffa11-Jan-07 4:16 
QuestionExport to pdf using ASP.net (without codebehind) Pin
Hiren Chauhan10-Jan-07 20:59
Hiren Chauhan10-Jan-07 20:59 
Questionfeedback interface designing Pin
Pradip Kishore10-Jan-07 20:37
Pradip Kishore10-Jan-07 20:37 
Questioncolumns of report in Crystal Report Pin
ptvce10-Jan-07 19:06
ptvce10-Jan-07 19:06 
QuestionIEnum interface? Pin
Rahithi10-Jan-07 17:59
Rahithi10-Jan-07 17:59 
AnswerRe: IEnum interface? Pin
Guffa10-Jan-07 22:38
Guffa10-Jan-07 22:38 
Questioncode for developing Query Builder Pin
raghuvarma10-Jan-07 17:48
raghuvarma10-Jan-07 17:48 
Question"datagrid" Pin
cnu25710-Jan-07 17:32
cnu25710-Jan-07 17:32 
AnswerRe: "datagrid" Pin
Rahithi10-Jan-07 17:56
Rahithi10-Jan-07 17:56 

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.