Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: C#.net to VB.net converter Pin
MacSpudster20-Jan-09 12:19
professionalMacSpudster20-Jan-09 12:19 
AnswerRe: C#.net to VB.net converter Pin
N a v a n e e t h20-Jan-09 17:44
N a v a n e e t h20-Jan-09 17:44 
QuestionSearch Engine Optimization Pin
AB777119-Jan-09 23:08
AB777119-Jan-09 23:08 
AnswerRe: Search Engine Optimization Pin
Aman Bhullar19-Jan-09 23:33
Aman Bhullar19-Jan-09 23:33 
GeneralRe: Search Engine Optimization Pin
AB777119-Jan-09 23:35
AB777119-Jan-09 23:35 
GeneralRe: Search Engine Optimization Pin
Aman Bhullar19-Jan-09 23:39
Aman Bhullar19-Jan-09 23:39 
AnswerRe: Search Engine Optimization Pin
Abhijit Jana19-Jan-09 23:42
professionalAbhijit Jana19-Jan-09 23:42 
QuestionBinding html tags to a grid Pin
sudhanvag19-Jan-09 22:49
sudhanvag19-Jan-09 22:49 
My application has a online test module, where i generate controls at runtime. As shown in the code block below. I am inserting them in a datatable (one span tag in one row)

I want to bind it to a control (say gridview) and provide paging.

How can i do this? If i bind the datatable to the gridview i am able to see the html tags only but not the controls. I am Confused | :confused:

<span id="lblQuestion01" class="optQuizup"><br>1) CHSC Question1     (Marks  2)<br><br></span>
	<span class="optQuizup"><input id="chkOption00" type="checkbox" name="chkOption00" onclick="uncheckOthers(chkOption00,0,4);" /><label for="chkOption00">vxcv<br></label></span>
	<span class="optQuizup"><input id="chkOption01" type="checkbox" name="chkOption01" onclick="uncheckOthers(chkOption01,0,4);" /><label for="chkOption01">cxvcb<br></label></span>
	<span class="optQuizup"><input id="chkOption02" type="checkbox" name="chkOption02" onclick="uncheckOthers(chkOption02,0,4);" /><label for="chkOption02">ghfgh<br></label></span>
	<span class="optQuizup"><input id="chkOption03" type="checkbox" name="chkOption03" onclick="uncheckOthers(chkOption03,0,4);" /><label for="chkOption03">fbvcb<br></label></span>
	<span id="lblQuestion11" class="optQuizup"><br>2) CHSC Question2     (Marks  2)<br><br></span>
	<span class="optQuizup"><input id="chkOption10" type="checkbox" name="chkOption10" onclick="uncheckOthers(chkOption10,1,4);" /><label for="chkOption10">asdkf<br></label></span>
	<span class="optQuizup"><input id="chkOption11" type="checkbox" name="chkOption11" onclick="uncheckOthers(chkOption11,1,4);" /><label for="chkOption11">ugodf<br></label></span>
	<span class="optQuizup"><input id="chkOption12" type="checkbox" name="chkOption12" onclick="uncheckOthers(chkOption12,1,4);" /><label for="chkOption12">dfgkls<br></label></span>
	<span class="optQuizup"><input id="chkOption13" type="checkbox" name="chkOption13" onclick="uncheckOthers(chkOption13,1,4);" /><label for="chkOption13">kldfjls<br></label></span>


Thanks
Questionneed code for opening new window on button click (without using javascript) Pin
Jas 00719-Jan-09 22:47
Jas 00719-Jan-09 22:47 
AnswerRe: need code for opening new window on button click Pin
Abhishek Sur19-Jan-09 22:58
professionalAbhishek Sur19-Jan-09 22:58 
AnswerRe: need code for opening new window on button click Pin
Vimalsoft(Pty) Ltd19-Jan-09 22:59
professionalVimalsoft(Pty) Ltd19-Jan-09 22:59 
GeneralRe: need code for opening new window on button click Pin
Jas 00719-Jan-09 23:05
Jas 00719-Jan-09 23:05 
GeneralRe: need code for opening new window on button click Pin
J4amieC19-Jan-09 23:07
J4amieC19-Jan-09 23:07 
GeneralRe: need code for opening new window on button click Pin
Vimalsoft(Pty) Ltd19-Jan-09 23:13
professionalVimalsoft(Pty) Ltd19-Jan-09 23:13 
GeneralRe: need code for opening new window on button click Pin
Abhijit Jana19-Jan-09 23:24
professionalAbhijit Jana19-Jan-09 23:24 
GeneralRe: need code for opening new window on button click Pin
Jas 00719-Jan-09 23:28
Jas 00719-Jan-09 23:28 
GeneralRe: need code for opening new window on button click Pin
Sathesh Sakthivel20-Jan-09 0:36
Sathesh Sakthivel20-Jan-09 0:36 
General: need code for opening new window on button click Pin
Jas 00720-Jan-09 17:30
Jas 00720-Jan-09 17:30 
GeneralRe: need code for opening new window on button click Pin
Guffa20-Jan-09 14:58
Guffa20-Jan-09 14:58 
AnswerRe: need code for opening new window on button click (without using javascript) Pin
Guffa20-Jan-09 14:55
Guffa20-Jan-09 14:55 
QuestionUrls and Controls Pin
jonhbt19-Jan-09 22:42
jonhbt19-Jan-09 22:42 
AnswerRe: Urls and Controls Pin
J4amieC19-Jan-09 23:09
J4amieC19-Jan-09 23:09 
QuestionAjax Concepts Pin
sbua19-Jan-09 22:26
sbua19-Jan-09 22:26 
AnswerRe: Ajax Concepts Pin
Abhishek Sur19-Jan-09 22:44
professionalAbhishek Sur19-Jan-09 22:44 
AnswerRe: Ajax Concepts Pin
Aman Bhullar19-Jan-09 22:45
Aman Bhullar19-Jan-09 22:45 

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.