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

ASP.NET

 
Questionquestion abt dropdownlist Pin
neodeaths15-Aug-06 5:22
neodeaths15-Aug-06 5:22 
AnswerRe: question abt dropdownlist Pin
Mike Ellison15-Aug-06 5:49
Mike Ellison15-Aug-06 5:49 
AnswerRe: question abt dropdownlist Pin
eggsovereasy15-Aug-06 6:00
eggsovereasy15-Aug-06 6:00 
QuestionRenaming solution and project Pin
LuluSailor15-Aug-06 5:19
LuluSailor15-Aug-06 5:19 
AnswerRe: Renaming solution and project Pin
minhpc_bk15-Aug-06 15:45
minhpc_bk15-Aug-06 15:45 
QuestionHow to get Popup in UIPAB Pin
seee sharp15-Aug-06 5:07
seee sharp15-Aug-06 5:07 
Questionget id column value from gridview? Pin
TintinV3ck15-Aug-06 4:23
TintinV3ck15-Aug-06 4:23 
AnswerRe: get id column value from gridview? Pin
Mark Tutt15-Aug-06 4:48
Mark Tutt15-Aug-06 4:48 
Get it from the DataKeys collection for the selected row like this?

Protected Sub GridView1_RowDeleting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewDeleteEventArgs) Handles GridView1.RowDeleting
Try
Dim iInt As Integer = CType(GridView1.DataKeys(e.RowIndex).Value, Integer)
' Do stuff here
Catch ex As Exception
LogException(ex)
End Try
End Sub

QuestionHow to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni15-Aug-06 3:12
chhabrni15-Aug-06 3:12 
AnswerRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
Paddy Boyd15-Aug-06 5:20
Paddy Boyd15-Aug-06 5:20 
QuestionRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni16-Aug-06 4:56
chhabrni16-Aug-06 4:56 
QuestionProblem with CallBack in MasterPage Pin
offengenden14-Aug-06 22:20
offengenden14-Aug-06 22:20 
AnswerRe: Problem with CallBack in MasterPage Pin
minhpc_bk15-Aug-06 15:26
minhpc_bk15-Aug-06 15:26 
QuestionAccessing Child Control from a user control bY Java Script Pin
meetbinu200314-Aug-06 21:18
meetbinu200314-Aug-06 21:18 
AnswerRe: Accessing Child Control from a user control bY Java Script Pin
Paddy Boyd14-Aug-06 23:26
Paddy Boyd14-Aug-06 23:26 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
meetbinu200315-Aug-06 2:50
meetbinu200315-Aug-06 2:50 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
eggsovereasy15-Aug-06 3:28
eggsovereasy15-Aug-06 3:28 
Questionproblem with updating into database. Pin
frossie14-Aug-06 20:58
frossie14-Aug-06 20:58 
Questionneed help with wat this code do Pin
neodeaths14-Aug-06 19:46
neodeaths14-Aug-06 19:46 
AnswerRe: need help with wat this code do Pin
Guffa14-Aug-06 23:11
Guffa14-Aug-06 23:11 
GeneralRe: need help with wat this code do Pin
neodeaths15-Aug-06 5:23
neodeaths15-Aug-06 5:23 
Questionprinting on existing forms Pin
simple one14-Aug-06 17:56
simple one14-Aug-06 17:56 
AnswerRe: printing on existing forms Pin
RayLouw14-Aug-06 23:43
RayLouw14-Aug-06 23:43 
QuestionRetrieve ASP source code Pin
AshokGovindan14-Aug-06 14:46
AshokGovindan14-Aug-06 14:46 
AnswerRe: Retrieve ASP source code Pin
minhpc_bk14-Aug-06 15:23
minhpc_bk14-Aug-06 15:23 

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.