Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How do i open a text file on a button click Pin
xibeifeijian28-Apr-07 5:30
xibeifeijian28-Apr-07 5:30 
GeneralRe: How do i open a text file on a button click Pin
www.Developerof.NET28-Apr-07 20:37
www.Developerof.NET28-Apr-07 20:37 
GeneralRe: How do i open a text file on a button click Pin
xibeifeijian29-Apr-07 3:50
xibeifeijian29-Apr-07 3:50 
GeneralRe: How do i open a text file on a button click Pin
The Texas Rattle Snake26-Jul-07 21:22
The Texas Rattle Snake26-Jul-07 21:22 
Questiondatagrid problem Pin
sra2228-Apr-07 1:26
sra2228-Apr-07 1:26 
AnswerRe: datagrid problem Pin
Mazdak28-Apr-07 10:41
Mazdak28-Apr-07 10:41 
QuestionCheckbox Pin
Yogi Pandey28-Apr-07 1:25
Yogi Pandey28-Apr-07 1:25 
AnswerRe: Checkbox Pin
xibeifeijian28-Apr-07 4:48
xibeifeijian28-Apr-07 4:48 
Are the chekboxes belongs to a datagrid?
If yes,notice the ids of the checkboxes in html.Then write a javascript function to modify all the checkboxes.
Just like this:

for(int i=0;i<window.document.frm.length;i++)
{
var="" chk="document.getElementById("dgd_"+i+"chk");
" if(chk!="null)
" {
="" chk.check="true;
" }
}=""

<div="" class="ForumSig">
Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^)
Sniff | :^) Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] ▒▒〓▒〓▒▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒〓〓〓〓〓▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒▒〓▒〓▒▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒〓〓〓〓〓▒
Sniff | :^) Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] ▒▒〓▒〓▒▒
Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^)
Questionproblem with SubDomains !!! Pin
amin_behzadi28-Apr-07 0:24
professionalamin_behzadi28-Apr-07 0:24 
AnswerRe: problem with SubDomains !!! Pin
Guffa28-Apr-07 0:50
Guffa28-Apr-07 0:50 
GeneralRe: problem with SubDomains !!! Pin
amin_behzadi28-Apr-07 0:55
professionalamin_behzadi28-Apr-07 0:55 
Questionneed clarification for menu structure. [modified] Pin
SrividhyaSwami27-Apr-07 23:51
SrividhyaSwami27-Apr-07 23:51 
QuestionControls Pin
John.L.Ponratnam27-Apr-07 21:40
John.L.Ponratnam27-Apr-07 21:40 
AnswerRe: Controls Pin
Sathesh Sakthivel27-Apr-07 21:53
Sathesh Sakthivel27-Apr-07 21:53 
GeneralASP.Net & SQL2005 Express Pin
Psycho-*Coder*-Extreme27-Apr-07 17:27
Psycho-*Coder*-Extreme27-Apr-07 17:27 
GeneralRe: ASP.Net & SQL2005 Express Pin
Christian Graus27-Apr-07 20:00
protectorChristian Graus27-Apr-07 20:00 
GeneralRe: ASP.Net & SQL2005 Express Pin
Psycho-*Coder*-Extreme27-Apr-07 20:20
Psycho-*Coder*-Extreme27-Apr-07 20:20 
QuestionHow to set the default page on asp.net Pin
Britney S. Morales27-Apr-07 13:22
Britney S. Morales27-Apr-07 13:22 
AnswerRe: How to set the default page on asp.net Pin
kubben27-Apr-07 14:06
kubben27-Apr-07 14:06 
AnswerRe: How to set the default page on asp.net Pin
Christian Graus27-Apr-07 14:39
protectorChristian Graus27-Apr-07 14:39 
QuestionASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 12:22
Ibuprofen27-Apr-07 12:22 
AnswerRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:19
protectorChristian Graus27-Apr-07 13:19 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:20
Ibuprofen27-Apr-07 13:20 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:57
protectorChristian Graus27-Apr-07 13:57 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:21
Ibuprofen27-Apr-07 13:21 

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.