Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralHide/Show Div when selecting radio button Pin
M. K. BASHER6-Apr-09 2:15
M. K. BASHER6-Apr-09 2:15 
GeneralRe: Hide/Show Div when selecting radio button Pin
Dev S6-Apr-09 2:23
Dev S6-Apr-09 2:23 
GeneralRe: Hide/Show Div when selecting radio button Pin
M. K. BASHER6-Apr-09 2:28
M. K. BASHER6-Apr-09 2:28 
GeneralRe: Hide/Show Div when selecting radio button Pin
Alok Sharma ji6-Apr-09 2:31
Alok Sharma ji6-Apr-09 2:31 
GeneralRe: Hide/Show Div when selecting radio button Pin
Dev S6-Apr-09 2:38
Dev S6-Apr-09 2:38 
AnswerRe: Hide/Show Div when selecting radio button [modified] Pin
PauloCastilho6-Apr-09 6:36
PauloCastilho6-Apr-09 6:36 
GeneralRe: Hide/Show Div when selecting radio button Pin
Hajab6-Apr-09 19:58
Hajab6-Apr-09 19:58 
AnswerRe: Hide/Show Div when selecting radio button Pin
vivek_r7-Apr-09 0:12
vivek_r7-Apr-09 0:12 
Make both the divs runat='server' and assign them some ID

and write your code according to that.
e.g. on Page_Load if u want to both the divs invisible then :
div1.Visible= false;
div2.Visible= false;

Similarly you can write code according to the radio button selection.

Happy Coding,
Vivek Rathore

QuestionAsp.net support Webdav Protocol? Pin
balu123456-Apr-09 2:11
balu123456-Apr-09 2:11 
AnswerRe: Asp.net support Webdav Protocol? Pin
SeMartens6-Apr-09 2:30
SeMartens6-Apr-09 2:30 
QuestionDate Conversion Problem Pin
specialdreamsin6-Apr-09 1:34
specialdreamsin6-Apr-09 1:34 
AnswerRe: Date Conversion Problem Pin
Dev S6-Apr-09 1:49
Dev S6-Apr-09 1:49 
GeneralRe: Date Conversion Problem Pin
specialdreamsin6-Apr-09 2:01
specialdreamsin6-Apr-09 2:01 
GeneralRe: Date Conversion Problem Pin
Dev S6-Apr-09 2:07
Dev S6-Apr-09 2:07 
AnswerRe: Date Conversion Problem Pin
Hajab6-Apr-09 20:06
Hajab6-Apr-09 20:06 
Questionusing a borland C++ dll in ASP.NET project Pin
Sunuaj6-Apr-09 1:33
Sunuaj6-Apr-09 1:33 
AnswerRe: using a borland C++ dll in ASP.NET project Pin
SeMartens6-Apr-09 2:31
SeMartens6-Apr-09 2:31 
GeneralRe: using a borland C++ dll in ASP.NET project Pin
Sunuaj6-Apr-09 2:49
Sunuaj6-Apr-09 2:49 
AnswerRe: using a borland C++ dll in ASP.NET project Pin
Alok Sharma ji6-Apr-09 2:35
Alok Sharma ji6-Apr-09 2:35 
GeneralRe: using a borland C++ dll in ASP.NET project Pin
Sunuaj6-Apr-09 2:55
Sunuaj6-Apr-09 2:55 
AnswerRe: using a borland C++ dll in ASP.NET project Pin
Alok Sharma ji6-Apr-09 2:45
Alok Sharma ji6-Apr-09 2:45 
GeneralRe: using a borland C++ dll in ASP.NET project Pin
Sunuaj6-Apr-09 2:48
Sunuaj6-Apr-09 2:48 
Question[Message Deleted] Pin
abc_fm6-Apr-09 1:29
abc_fm6-Apr-09 1:29 
AnswerRe: Why to web pages are coming in one output Pin
Alok Sharma ji6-Apr-09 2:36
Alok Sharma ji6-Apr-09 2:36 
QuestionHow can I LogOut when browser is closed Pin
dataminers6-Apr-09 1:06
dataminers6-Apr-09 1:06 

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.