Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in storing image in database Pin
K030626-Jun-09 19:31
K030626-Jun-09 19:31 
AnswerRe: Problem in storing image in database Pin
r a m e s h26-Jun-09 19:39
r a m e s h26-Jun-09 19:39 
QuestionHow can I connet Mysql with Asp.net Pin
Member 426027026-Jun-09 18:33
Member 426027026-Jun-09 18:33 
AnswerRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 18:54
r a m e s h26-Jun-09 18:54 
GeneralRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 18:56
r a m e s h26-Jun-09 18:56 
GeneralRe: How can I connet Mysql with Asp.net Pin
Member 426027026-Jun-09 19:16
Member 426027026-Jun-09 19:16 
GeneralRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 19:29
r a m e s h26-Jun-09 19:29 
QuestionSpecified argument out of the range -nested Gridview Pin
gtjr92126-Jun-09 17:30
gtjr92126-Jun-09 17:30 
I have a gridview(Gvpatientnm) that has another gridview embedded in it (gviewvisitdetailsinfo)

I have a sub that on the selected index changed that open a detailsview based on the gviewvisitdetailsinfo selected value in a modal pop up window.
I had this working, but it is erractic. I keep getting.
Specified argument was out of the range of valid values.
Parameter name: index

This all happens on selected indexchanged for the gviewvisitdetails grid

here is my code

1. Protected Sub gvVisits_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
 2.         Dim row As GridViewRow
 3.         For Each row In gvPatientsNM.Rows
 4.             Dim gvVisit As GridView = CType(row.FindControl("gviewVisitDetailInfo"), GridView)
 5.
 6.
 7.
 8.             Dim varVisitid = gvVisit.SelectedValue
 9.             odsVisitsEdit.SelectParameters("VisitID").DefaultValue = varVisitid
10.
11.
12.         Next
13.
14.         dviewVisitsEdit.DataBind()
15.         dviewVisitsEdit.ChangeMode(DetailsViewMode.Edit)
16.         ModalpopupVisits.Show()
17.     End Sub

AnswerRe: Specified argument out of the range -nested Gridview Pin
Christian Graus26-Jun-09 17:44
protectorChristian Graus26-Jun-09 17:44 
QuestionRe: Specified argument out of the range -nested Gridview Pin
gtjr92127-Jun-09 4:05
gtjr92127-Jun-09 4:05 
AnswerRe: Specified argument out of the range -nested Gridview Pin
gtjr92130-Jun-09 2:42
gtjr92130-Jun-09 2:42 
QuestionTree View Pin
KhandelwalA26-Jun-09 8:25
KhandelwalA26-Jun-09 8:25 
AnswerRe: Tree View Pin
Manas Bhardwaj26-Jun-09 8:33
professionalManas Bhardwaj26-Jun-09 8:33 
QuestionCan some one help me answer this question? Pin
Slow Learner26-Jun-09 7:43
Slow Learner26-Jun-09 7:43 
AnswerRe: Can some one help me answer this question? Pin
Christian Graus26-Jun-09 9:19
protectorChristian Graus26-Jun-09 9:19 
GeneralRe: Can some one help me answer this question? Pin
Slow Learner26-Jun-09 9:27
Slow Learner26-Jun-09 9:27 
GeneralRe: Can some one help me answer this question? Pin
Christian Graus26-Jun-09 9:33
protectorChristian Graus26-Jun-09 9:33 
Questionhow to tell when scroll bar is at bottom of an asp.net multiline text box Pin
jumbojs26-Jun-09 7:04
jumbojs26-Jun-09 7:04 
AnswerRe: how to tell when scroll bar is at bottom of an asp.net multiline text box Pin
Not Active26-Jun-09 7:27
mentorNot Active26-Jun-09 7:27 
GeneralRe: how to tell when scroll bar is at bottom of an asp.net multiline text box Pin
jumbojs26-Jun-09 7:40
jumbojs26-Jun-09 7:40 
Questionstoreduce sql Pin
trinm198726-Jun-09 6:39
trinm198726-Jun-09 6:39 
AnswerRe: storeduce sql Pin
Enver Maroshi26-Jun-09 6:52
Enver Maroshi26-Jun-09 6:52 
AnswerRe: storeduce sql Pin
Not Active26-Jun-09 6:54
mentorNot Active26-Jun-09 6:54 
AnswerRe: storeduce sql Pin
Manas Bhardwaj26-Jun-09 8:40
professionalManas Bhardwaj26-Jun-09 8:40 
QuestionHow to build a guestbook or How to send mail filled with form items Pin
ashutosh_karna26-Jun-09 6:36
ashutosh_karna26-Jun-09 6:36 

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.