Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: want one sql query... Pin
Brij24-May-10 8:22
mentorBrij24-May-10 8:22 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 7:59
hi_everybody26-May-10 7:59 
AnswerRe: want one sql query... Pin
Crapaw4524-May-10 8:43
Crapaw4524-May-10 8:43 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 8:01
hi_everybody26-May-10 8:01 
Questiondisplay hyperlink Pin
Aljaz11124-May-10 6:21
Aljaz11124-May-10 6:21 
AnswerRe: display hyperlink Pin
Sandeep Mewara24-May-10 6:24
mveSandeep Mewara24-May-10 6:24 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 6:42
Aljaz11124-May-10 6:42 
GeneralRe: display hyperlink Pin
Sandeep Mewara24-May-10 8:47
mveSandeep Mewara24-May-10 8:47 
Which line of my answer you were able to got?

Adding a div to any container:
You did: this.Controls.Add(dynDiv); totally WRONG
Where is the container to which you added it?

It would be something like if you have a panel in the page:
Panel1.Controls.Add(dynDiv);

Adding controls to the div:
You did: dynDiv.InnerHtml= link; again WRONG
Is this the add the controls?

It would be:
dynDiv.Controls.Add(link);

You are done!

I would suggest you to pick a book please. Read it. It will help improving fast.
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 12:47
Aljaz11124-May-10 12:47 
GeneralRe: display hyperlink Pin
PunkIsNotDead24-May-10 17:00
PunkIsNotDead24-May-10 17:00 
QuestionHow to change tab index from the child page Pin
vjvjvjvj24-May-10 5:46
vjvjvjvj24-May-10 5:46 
QuestionImport contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:31
NetMan201224-May-10 4:31 
AnswerRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:35
mentorNot Active24-May-10 4:35 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:42
NetMan201224-May-10 4:42 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:48
mentorNot Active24-May-10 4:48 
QuestionDynamic Wed Service: SOAP request message with non primitive types as parameters!!! [modified] Pin
stream2ocean24-May-10 3:41
stream2ocean24-May-10 3:41 
QuestionWeb Parts Personalization Reset problem Pin
Richard Lund24-May-10 3:11
Richard Lund24-May-10 3:11 
QuestionIframe reload Pin
siva45524-May-10 2:49
siva45524-May-10 2:49 
QuestionPlease help me.......MIME Type for XLS file Pin
cheguri24-May-10 0:02
cheguri24-May-10 0:02 
AnswerRe: Please help me.......MIME Type for XLS file Pin
Sandeep Mewara24-May-10 3:09
mveSandeep Mewara24-May-10 3:09 
QuestionChat with webcams Pin
rainyboy123-May-10 23:14
rainyboy123-May-10 23:14 
AnswerRe: Chat with webcams Pin
Brij24-May-10 1:29
mentorBrij24-May-10 1:29 
QuestionHow to upload Excel file to Database from ASP.NET Pin
cheguri23-May-10 22:41
cheguri23-May-10 22:41 
AnswerRe: How to upload Excel file to Database from ASP.NET Pin
Gaurav Dudeja India23-May-10 23:02
Gaurav Dudeja India23-May-10 23:02 
QuestionConsole application with Asp.Net Project Pin
slSoftware23-May-10 22:31
slSoftware23-May-10 22:31 

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.