Click here to Skip to main content
15,915,094 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image Pin
mary_sa22-Sep-08 1:43
mary_sa22-Sep-08 1:43 
QuestionImporing Contacts from Orkut,facebook. Pin
Prashant B. Lavate21-Sep-08 23:13
Prashant B. Lavate21-Sep-08 23:13 
QuestionHyperlink in gridview (columns are created dynamically) [modified] Pin
Karan_TN21-Sep-08 22:38
Karan_TN21-Sep-08 22:38 
Questionchanging header text in the accordian control dynamically Pin
Krazy Programmer21-Sep-08 22:22
Krazy Programmer21-Sep-08 22:22 
AnswerRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate21-Sep-08 23:31
Prashant B. Lavate21-Sep-08 23:31 
GeneralRe: changing header text in the accordian control dynamically Pin
Krazy Programmer22-Sep-08 0:37
Krazy Programmer22-Sep-08 0:37 
GeneralRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate22-Sep-08 1:21
Prashant B. Lavate22-Sep-08 1:21 
Questionnew row in girdView using JavaScript Pin
Amr M. K.21-Sep-08 22:20
Amr M. K.21-Sep-08 22:20 
Dear ALL,
I want to make javaScript to make new row in gridView control,
is it possible when new row added correctly with naming that grid Used like this

to be access by server side ??
---------------
this view source of row in orignal gird
<tr style="color:#000066;">
<td align="left">5</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl06_RadioButton1" type="radio" name="GridView1$ctl06$GR" value="RadioButton1" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl06_RadioButton2" type="radio" name="GridView1$ctl06$GR" value="RadioButton2" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl06_RadioButton3" type="radio" name="GridView1$ctl06$GR" value="RadioButton3" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl06_RadioButton4" type="radio" name="GridView1$ctl06$GR" value="RadioButton4" checked="checked" /></span>
</td>
</tr>

------------------------------------------------------------------
this new row that i can done

<tr style="color:#000066;">
<td align="left">newID</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl07_RadioButton1" type="radio" name="GridView1$ctl07$GR" value="RadioButton1" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl07_RadioButton2" type="radio" name="GridView1$ctl07$GR" value="RadioButton2" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl07_RadioButton3" type="radio" name="GridView1$ctl07$GR" value="RadioButton3" /></span>
</td><td align="center">
&nbsp;<span style="position: relative"><input id="GridView1_ctl07_RadioButton4" type="radio" name="GridView1$ctl07$GR" value="RadioButton4" checked="checked" /></span>
</td>
</tr>
----------------------------------------------------------------------------------------------

Yes. CreatiVity withOuT limiTs

QuestionFlash Border Pin
mehrdadc4821-Sep-08 22:18
mehrdadc4821-Sep-08 22:18 
QuestionSystem.OutOfMemoryException Pin
kuwl_mark21-Sep-08 21:56
kuwl_mark21-Sep-08 21:56 
AnswerRe: System.OutOfMemoryException Pin
Abhishek Sur21-Sep-08 22:21
professionalAbhishek Sur21-Sep-08 22:21 
AnswerRe: System.OutOfMemoryException Pin
N a v a n e e t h21-Sep-08 23:08
N a v a n e e t h21-Sep-08 23:08 
Questionwindow.close() for mozilla for single window without popup Pin
ashish bhakhar21-Sep-08 21:42
ashish bhakhar21-Sep-08 21:42 
Questionusing orcle server client Pin
brettokumar21-Sep-08 21:31
professionalbrettokumar21-Sep-08 21:31 
AnswerRe: using orcle server client Pin
Abhishek Sur21-Sep-08 22:26
professionalAbhishek Sur21-Sep-08 22:26 
AnswerRe: using orcle server client Pin
N a v a n e e t h21-Sep-08 23:10
N a v a n e e t h21-Sep-08 23:10 
QuestionTreeview in Dropdown Extendar Pin
rahul.net1121-Sep-08 21:14
rahul.net1121-Sep-08 21:14 
Questionhow to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 20:46
Piyush Vardhan Singh21-Sep-08 20:46 
AnswerRe: how to write this code in C# Pin
Caio Kinzel Filho21-Sep-08 20:53
Caio Kinzel Filho21-Sep-08 20:53 
GeneralRe: how to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 21:22
Piyush Vardhan Singh21-Sep-08 21:22 
GeneralRe: how to write this code in C# Pin
Abhishek Sur21-Sep-08 22:24
professionalAbhishek Sur21-Sep-08 22:24 
GeneralRe: how to write this code in C# Pin
Caio Kinzel Filho22-Sep-08 3:41
Caio Kinzel Filho22-Sep-08 3:41 
QuestionHorizontal and vertical centering of a Update panel progress bar in a page. How? Pin
G Nathan21-Sep-08 20:12
G Nathan21-Sep-08 20:12 
QuestionCall a perl script (.pl file) from asp.net Pin
giri_jazz21-Sep-08 20:01
giri_jazz21-Sep-08 20:01 
Questionasp.net web application on Linux server Pin
UD(IA)21-Sep-08 19:52
UD(IA)21-Sep-08 19:52 

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.