Click here to Skip to main content
15,901,122 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to convert string value to datetime accoring to current culture Pin
keyur satyadev18-Feb-09 22:29
keyur satyadev18-Feb-09 22:29 
QuestionMessage Removed Pin
18-Feb-09 19:46
jastitheroyal18-Feb-09 19:46 
AnswerRe: about asp.net repeater Pin
Sneha Bisht18-Feb-09 20:21
Sneha Bisht18-Feb-09 20:21 
QuestionCreate Property in a class Pin
Robymon18-Feb-09 19:36
Robymon18-Feb-09 19:36 
AnswerRe: Create Property in a class Pin
Sneha Bisht18-Feb-09 20:19
Sneha Bisht18-Feb-09 20:19 
GeneralRe: Create Property in a class Pin
Robymon18-Feb-09 20:34
Robymon18-Feb-09 20:34 
GeneralRe: Create Property in a class Pin
Sneha Bisht18-Feb-09 20:55
Sneha Bisht18-Feb-09 20:55 
QuestionDynamically creating controls and accessing them Pin
Matt Cavanagh18-Feb-09 19:32
Matt Cavanagh18-Feb-09 19:32 
Hi guys. Im doing a project at the moment that requires the user to select what categories they want to be registered for via check boxes. BUT there arent set categories(and no set number), so they must be read from the database, and then the controls must be generated.
So what I have done is put a place holder and then just create new controls in the while read loop of the database. Two problems though:
1) How do I name these(incrementally?)? I cant say
CheckBox chkBx + "i" = new CheckBox();

2) Even if I could incrememnt their names how would I see what they had checked once they click ok?

I thought about
lblStuff.Text += "<asp:checkbox id="\"check"" i="" runat="server" xmlns:asp="#unknown" />"
(ignore the xmlns :-/ )
But that still leaves the second problem.

Am I going about this the wrong way?
Thanks guys Smile | :)
AnswerRe: Dynamically creating controls and accessing them Pin
SachinKumar M18-Feb-09 20:10
SachinKumar M18-Feb-09 20:10 
GeneralRe: Dynamically creating controls and accessing them Pin
Matt Cavanagh18-Feb-09 20:31
Matt Cavanagh18-Feb-09 20:31 
QuestionHTTP Server Push in ASP.NET [modified] Pin
Spunky Coder18-Feb-09 19:30
Spunky Coder18-Feb-09 19:30 
Questiongrid view updating Pin
billcodes18-Feb-09 19:07
billcodes18-Feb-09 19:07 
AnswerRe: grid view updating Pin
keyur satyadev18-Feb-09 19:35
keyur satyadev18-Feb-09 19:35 
AnswerRe: grid view updating Pin
Sneha Bisht18-Feb-09 21:06
Sneha Bisht18-Feb-09 21:06 
Questioncreate my own widget for my web site Pin
ashok@techxygen18-Feb-09 18:57
ashok@techxygen18-Feb-09 18:57 
QuestionWeb Service [modified] Pin
Seema Gosain18-Feb-09 18:55
Seema Gosain18-Feb-09 18:55 
QuestionSOAPOutputFilter with SOAPExtension Pin
Sundar_R18-Feb-09 18:27
Sundar_R18-Feb-09 18:27 
Questiondatetime value Pin
anujbanka178418-Feb-09 17:26
anujbanka178418-Feb-09 17:26 
AnswerRe: datetime value Pin
Christian Graus18-Feb-09 17:48
protectorChristian Graus18-Feb-09 17:48 
AnswerRe: datetime value Pin
Sneha Bisht18-Feb-09 20:13
Sneha Bisht18-Feb-09 20:13 
GeneralRe: datetime value Pin
anujbanka178419-Feb-09 18:24
anujbanka178419-Feb-09 18:24 
QuestionVStudio 2008 Model View Controller Menu Item missing Pin
dwolver18-Feb-09 13:44
dwolver18-Feb-09 13:44 
Questionvs 2008 single web.config Pin
omer erakman18-Feb-09 7:05
omer erakman18-Feb-09 7:05 
AnswerRe: vs 2008 single web.config Pin
Christian Graus18-Feb-09 12:40
protectorChristian Graus18-Feb-09 12:40 
QuestionHow to create an email application for receiving emails? Pin
sandip singh18-Feb-09 6:09
sandip singh18-Feb-09 6:09 

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.