Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionStatus bar url capture Pin
sandeepgupta.ism28-Nov-08 20:37
sandeepgupta.ism28-Nov-08 20:37 
AnswerRe: Status bar url capture Pin
Abhijit Jana28-Nov-08 20:43
professionalAbhijit Jana28-Nov-08 20:43 
Questiontext on image Pin
ratnakar_ravi28-Nov-08 19:16
ratnakar_ravi28-Nov-08 19:16 
AnswerRe: text on image Pin
Christian Graus28-Nov-08 19:35
protectorChristian Graus28-Nov-08 19:35 
GeneralRe: text on image Pin
ratnakar_ravi28-Nov-08 19:49
ratnakar_ravi28-Nov-08 19:49 
GeneralRe: text on image Pin
Christian Graus28-Nov-08 20:14
protectorChristian Graus28-Nov-08 20:14 
AnswerRe: text on image Pin
Abhijit Jana28-Nov-08 19:43
professionalAbhijit Jana28-Nov-08 19:43 
QuestionHow to do Client side validation when hyperlink click Pin
sanpune28-Nov-08 18:24
sanpune28-Nov-08 18:24 
Hi everyone,

I have a page which contains 2 hyperlinks . I also use master page.

asp:HyperLink ID="HyperLinkGender" runat="server" NavigateUrl="~/AGenderwiseSearch.aspx?id=1">Genderwise Search</asp:HyperLink>

asp:HyperLink ID="HyperLinkEducation" runat="server" NavigateUrl="~/AGenderwiseSearch.aspx?id=2">Educationwise Search</asp:HyperLink></td>

When i click any one hyperlink ,transferes to page AGenderwiseSearch.aspx which contains 2 dropddown ie.ddGender,ddEducation

Now when i transfer to AGenderwiseSearch.aspx then depending on id i have to visible or invisible controls.

If(id == 1) { ddGender.visible = true; ddEducation.Visible = false}

If(id == 2) { ddGender.visible = false; ddEducation.Visible = true}

I have to do this all stuff from clienside.

Thanks in advance.
AnswerRe: How to do Client side validation when hyperlink click Pin
Christian Graus28-Nov-08 18:35
protectorChristian Graus28-Nov-08 18:35 
GeneralRe: How to do Client side validation when hyperlink click Pin
sanpune28-Nov-08 18:51
sanpune28-Nov-08 18:51 
GeneralRe: How to do Client side validation when hyperlink click Pin
Christian Graus28-Nov-08 19:05
protectorChristian Graus28-Nov-08 19:05 
Questionlink Button in Gridview Pin
kishorg128-Nov-08 18:07
kishorg128-Nov-08 18:07 
AnswerRe: link Button in Gridview Pin
Christian Graus28-Nov-08 18:29
protectorChristian Graus28-Nov-08 18:29 
AnswerRe: link Button in Gridview Pin
kishorg130-Nov-08 22:33
kishorg130-Nov-08 22:33 
Questioni need help Pin
njote28-Nov-08 17:15
njote28-Nov-08 17:15 
AnswerRe: i need help Pin
Christian Graus28-Nov-08 17:19
protectorChristian Graus28-Nov-08 17:19 
GeneralRe: i need help Pin
njote28-Nov-08 17:40
njote28-Nov-08 17:40 
GeneralRe: i need help Pin
Christian Graus28-Nov-08 17:45
protectorChristian Graus28-Nov-08 17:45 
GeneralRe: i need help Pin
njote28-Nov-08 18:01
njote28-Nov-08 18:01 
GeneralRe: i need help Pin
Christian Graus28-Nov-08 18:21
protectorChristian Graus28-Nov-08 18:21 
Questionvisual studio 2008 Pin
ahawari0928-Nov-08 8:20
ahawari0928-Nov-08 8:20 
AnswerRe: visual studio 2008 Pin
Christian Graus28-Nov-08 15:58
protectorChristian Graus28-Nov-08 15:58 
AnswerRe: visual studio 2008 Pin
Abhijit Jana28-Nov-08 19:50
professionalAbhijit Jana28-Nov-08 19:50 
Questionhow to bind value to select element using Ajax Pin
Exelioindia28-Nov-08 5:32
Exelioindia28-Nov-08 5:32 
AnswerRe: how to bind value to select element using Ajax Pin
Christian Graus28-Nov-08 16:02
protectorChristian Graus28-Nov-08 16:02 

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.