Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: help me Pin
Christian Graus7-Dec-07 23:25
protectorChristian Graus7-Dec-07 23:25 
GeneralCreate own asseblies and custom controls for asp.net Pin
Member 38798817-Dec-07 19:51
Member 38798817-Dec-07 19:51 
GeneralRe: Create own asseblies and custom controls for asp.net Pin
Michael Sync7-Dec-07 21:04
Michael Sync7-Dec-07 21:04 
Generalhttps to http Pin
jithbiz00337-Dec-07 19:51
jithbiz00337-Dec-07 19:51 
GeneralRe: https to http Pin
Michael Sync7-Dec-07 20:56
Michael Sync7-Dec-07 20:56 
GeneralCreate Own Drive Pin
raushan_97-Dec-07 19:19
raushan_97-Dec-07 19:19 
GeneralRe: Create Own Drive Pin
Michael Sync7-Dec-07 19:45
Michael Sync7-Dec-07 19:45 
Generalarrays with for loop Pin
rameshdontagani7-Dec-07 18:31
rameshdontagani7-Dec-07 18:31 
hi,

i have a dagrid..in that checkboxes are there with ids of 1,2,3;

i am passing the ids to that grid are 2,1..accordig to my logic those checkeboxes(1,2) has to be checked =true

for ids 1,2 it is working

if i pass the 3,2 then only 2nd checkbox is checking

if i pass the 3...then no checkbox is checked...
last checkbox is not checking for the last id..

i wrote the code like this in the databound event

strScheduleIds=strScheduleId.Split(',');(here the values i am getting which i passed from the otherpage .)
for(i=0;i<strScheduleIds.Length;i++)
{
foreach(DataGridItem dg in dglist.Items) {
if(dg.Cells[9].Text.ToString()==strScheduleIds[i].ToString()
) {
((CheckBox)dg.FindControl("chk1")).Checked=true; }
}
}
GeneralRe: arrays with for loop Pin
Michael Sync7-Dec-07 19:39
Michael Sync7-Dec-07 19:39 
Generalsession is not going to next page...help me Pin
sowvin7-Dec-07 17:30
sowvin7-Dec-07 17:30 
GeneralRe: session is not going to next page...help me Pin
Michael Sync7-Dec-07 17:43
Michael Sync7-Dec-07 17:43 
GeneralRe: session is not going to next page...help me Pin
sowvin8-Dec-07 3:26
sowvin8-Dec-07 3:26 
GeneralRe: session is not going to next page...help me Pin
sowvin8-Dec-07 3:37
sowvin8-Dec-07 3:37 
GeneralRe: session is not going to next page...help me Pin
Michael Sync8-Dec-07 3:41
Michael Sync8-Dec-07 3:41 
GeneralException pbm in Sql Pin
SreejithAchutan7-Dec-07 17:12
SreejithAchutan7-Dec-07 17:12 
GeneralRe: Exception pbm in Sql Pin
Gamzun8-Dec-07 9:36
Gamzun8-Dec-07 9:36 
GeneralASP page that stacks on status loading Pin
deus7897-Dec-07 15:07
deus7897-Dec-07 15:07 
QuestionAccess files from remote machine Pin
DotNetXenon7-Dec-07 9:36
DotNetXenon7-Dec-07 9:36 
GeneralRe: Access files from remote machine Pin
DotNetXenon7-Dec-07 9:54
DotNetXenon7-Dec-07 9:54 
Generalonblur i cant get result Pin
Ajeet mittal7-Dec-07 9:35
Ajeet mittal7-Dec-07 9:35 
GeneralRe: onblur i cant get result Pin
pmarfleet7-Dec-07 10:51
pmarfleet7-Dec-07 10:51 
GeneralRe: onblur i cant get result Pin
Ajeet mittal7-Dec-07 11:53
Ajeet mittal7-Dec-07 11:53 
QuestionPlease help - MultiView/View with MenuItems and GridViews Pin
Member 47002257-Dec-07 8:35
Member 47002257-Dec-07 8:35 
Generalusing a class in another webform Pin
nigel20007-Dec-07 6:48
nigel20007-Dec-07 6:48 
GeneralRe: using a class in another webform Pin
Michael Sync7-Dec-07 7:06
Michael Sync7-Dec-07 7:06 

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.