Click here to Skip to main content
15,908,675 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: how to give blind down or blind up effect to controls in asp.net 2.0 Pin
badgrs14-Mar-07 5:46
badgrs14-Mar-07 5:46 
JokeRe: how to give blind down or blind up effect to controls in asp.net 2.0 Pin
Sandeep Akhare14-Mar-07 20:19
Sandeep Akhare14-Mar-07 20:19 
QuestionSession End Page Pin
abdelhameed8114-Mar-07 2:01
abdelhameed8114-Mar-07 2:01 
AnswerRe: Session End Page Pin
ToddHileHoffer14-Mar-07 2:05
ToddHileHoffer14-Mar-07 2:05 
AnswerRe: Session End Page Pin
Sandeep Akhare14-Mar-07 4:48
Sandeep Akhare14-Mar-07 4:48 
GeneralRe: Session End Page Pin
badgrs14-Mar-07 5:44
badgrs14-Mar-07 5:44 
QuestionThe issue of getting data from selected row in gridview Pin
JoinTTT14-Mar-07 1:42
JoinTTT14-Mar-07 1:42 
AnswerRe: The issue of getting data from selected row in gridview Pin
ToddHileHoffer14-Mar-07 2:03
ToddHileHoffer14-Mar-07 2:03 
What I like to do to avoid issues with the cell numbers is to use mostly template columns. If you want to reference values in a gridview row, use a template column and the row's findControl method.

<br />
Label lbl = row.findControl(LabelID);<br />
 Session["aksesuar"] = lbl.Text;<br />



GeneralRe: The issue of getting data from selected row in gridview Pin
JoinTTT14-Mar-07 2:14
JoinTTT14-Mar-07 2:14 
GeneralRe: The issue of getting data from selected row in gridview Pin
ToddHileHoffer14-Mar-07 2:30
ToddHileHoffer14-Mar-07 2:30 
GeneralRe: Thanks Pin
JoinTTT14-Mar-07 2:37
JoinTTT14-Mar-07 2:37 
QuestionHow solve this error?? Pin
Rami Said Abd Alhalim14-Mar-07 1:32
Rami Said Abd Alhalim14-Mar-07 1:32 
AnswerRe: How solve this error?? Pin
Colin Angus Mackay14-Mar-07 1:48
Colin Angus Mackay14-Mar-07 1:48 
AnswerRe: How solve this error?? Pin
Sandeep Akhare14-Mar-07 3:49
Sandeep Akhare14-Mar-07 3:49 
Questionremote connections Pin
Rami Said Abd Alhalim14-Mar-07 1:30
Rami Said Abd Alhalim14-Mar-07 1:30 
AnswerRe: remote connections Pin
Colin Angus Mackay14-Mar-07 1:47
Colin Angus Mackay14-Mar-07 1:47 
GeneralRe: remote connections Pin
Rami Said Abd Alhalim14-Mar-07 2:32
Rami Said Abd Alhalim14-Mar-07 2:32 
QuestionHow to get the Clients Operating System in asp.net 1.1 Pin
RaviJJain14-Mar-07 1:06
RaviJJain14-Mar-07 1:06 
AnswerRe: How to get the Clients Operating System in asp.net 1.1 Pin
kubben14-Mar-07 14:44
kubben14-Mar-07 14:44 
QuestionProblem with paging Pin
anujose14-Mar-07 0:39
anujose14-Mar-07 0:39 
AnswerRe: Problem with paging Pin
ToddHileHoffer14-Mar-07 2:08
ToddHileHoffer14-Mar-07 2:08 
QuestionImages in datagrid! Pin
nclauder14-Mar-07 0:14
nclauder14-Mar-07 0:14 
AnswerRe: Images in datagrid! Pin
varshavmane14-Mar-07 3:29
varshavmane14-Mar-07 3:29 
GeneralRe: Images in datagrid! Pin
nclauder14-Mar-07 5:00
nclauder14-Mar-07 5:00 
QuestionLoad Report Failed Error in CrystalReport Pin
siddisagar14-Mar-07 0:00
siddisagar14-Mar-07 0:00 

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.