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

ASP.NET

 
AnswerRe: Email Pin
ToddHileHoffer7-Aug-07 7:46
ToddHileHoffer7-Aug-07 7:46 
QuestionIIS alternatives... Pin
Rob 387-Aug-07 5:27
Rob 387-Aug-07 5:27 
AnswerRe: IIS alternatives... Pin
originSH7-Aug-07 6:31
originSH7-Aug-07 6:31 
GeneralRe: IIS alternatives... Pin
Rob 387-Aug-07 22:45
Rob 387-Aug-07 22:45 
Questioninterval in dundas charts.. Pin
hkchauhan7-Aug-07 5:07
hkchauhan7-Aug-07 5:07 
Questionhow to reach a UserControl by a Repeater??? Pin
Deeloc7-Aug-07 4:34
Deeloc7-Aug-07 4:34 
AnswerRe: how to reach a UserControl by a Repeater??? Pin
ToddHileHoffer7-Aug-07 7:49
ToddHileHoffer7-Aug-07 7:49 
QuestionRetaining the dynamic controls Pin
sathyanarayanan_v047-Aug-07 4:02
sathyanarayanan_v047-Aug-07 4:02 
Hi,
I have an issue with creating dynamic controls and retaining them when the page refreshes.
The situation is like this.On the Page_load i creating few sets of questions along with choices(Using radio buttons "Yes" and "No").All the radio buttons are dynamically created.For the first question, if the user clicks the "No" radiobutton, i shud show one more question with a "Checkbox", which should be dynamically created on the selection of "No" radiobutton.The same question pattern repeats for 3 times.So for the first question of each set the above condition should apply.What i did was when i created the "No" radiobutton of first question of each set, i made the "Autopostback" to true and attached one event handler with that, which will create the checkbox dynamically.But what happens is that, when i click the "No" radiobutton of the first question of the second set of questions, the checkbox created when we clicked the first set "No" radiobutton will vanish and a new checkbox will come near to the second set.What i need is to retain the first checkbox also.I found that when i'm clciking the Second "no" button the page reloads and the first checkbox is not retained.(Remember the checkbox creation is attached with the corresponding "no" button click).
Also i can't use "Session" to retain the controls that i created, since my application wont support Session variables.
Please help me in finding an optimal solution.
Thanks in advance!

Thanks & Regards,
V.Sathyanarayanan

AnswerRe: Retaining the dynamic controls Pin
bit_cmdr7-Aug-07 5:42
bit_cmdr7-Aug-07 5:42 
QuestionNo connection could be made because the target machine actively refused it Pin
Daniel_Logan7-Aug-07 4:01
Daniel_Logan7-Aug-07 4:01 
GeneralRe: No connection could be made because the target machine actively refused it Pin
Guffa7-Aug-07 4:41
Guffa7-Aug-07 4:41 
QuestionPaging in a DataList Control Pin
postmaster@programmingknowledge.com7-Aug-07 4:00
postmaster@programmingknowledge.com7-Aug-07 4:00 
QuestionGridview Rowcommand - Javascript (window.open) Pin
Md Arif7-Aug-07 3:32
Md Arif7-Aug-07 3:32 
AnswerRe: Gridview Rowcommand - Javascript (window.open) Pin
Imran Khan Pathan7-Aug-07 3:53
Imran Khan Pathan7-Aug-07 3:53 
QuestionAbout SQL server reporting Pin
SNSDeveloper7-Aug-07 3:04
SNSDeveloper7-Aug-07 3:04 
Questionhow can i check the hperlinks in PDF using .Net 2.0 Pin
koolprasad20037-Aug-07 2:30
professionalkoolprasad20037-Aug-07 2:30 
QuestionResolveAssemblyReference Exception Pin
ali bagheri7-Aug-07 2:09
ali bagheri7-Aug-07 2:09 
AnswerRe: ResolveAssemblyReference Exception Pin
Vasudevan Deepak Kumar7-Aug-07 2:11
Vasudevan Deepak Kumar7-Aug-07 2:11 
QuestionDisplaying data on gridview using ASP.NET AJAX Pin
Mamphekgo Bahula7-Aug-07 1:38
Mamphekgo Bahula7-Aug-07 1:38 
AnswerRe: Displaying data on gridview using ASP.NET AJAX Pin
Vasudevan Deepak Kumar7-Aug-07 2:12
Vasudevan Deepak Kumar7-Aug-07 2:12 
GeneralRe: Displaying data on gridview using ASP.NET AJAX Pin
Mamphekgo Bahula7-Aug-07 2:24
Mamphekgo Bahula7-Aug-07 2:24 
GeneralRe: Displaying data on gridview using ASP.NET AJAX Pin
Vasudevan Deepak Kumar7-Aug-07 3:07
Vasudevan Deepak Kumar7-Aug-07 3:07 
QuestionHow to insatll cdo.dll Pin
attalurisubbu7-Aug-07 1:34
attalurisubbu7-Aug-07 1:34 
AnswerRe: How to insatll cdo.dll Pin
Vasudevan Deepak Kumar7-Aug-07 1:42
Vasudevan Deepak Kumar7-Aug-07 1:42 
Questionhow to create aspx page from another aspx page dynamically Pin
santoshkumarB7-Aug-07 1:15
santoshkumarB7-Aug-07 1:15 

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.