Click here to Skip to main content
15,893,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to set calender control default year when it loaded Pin
PrakashBhaskar15-Jul-07 21:11
PrakashBhaskar15-Jul-07 21:11 
GeneralRe: How to set calender control default year when it loaded Pin
rahul.net1115-Jul-07 21:57
rahul.net1115-Jul-07 21:57 
AnswerRe: How to set calender control default year when it loaded Pin
Saifi Hasan15-Jul-07 21:16
Saifi Hasan15-Jul-07 21:16 
Questionradgrid Pin
devsam15-Jul-07 20:49
devsam15-Jul-07 20:49 
AnswerRe: radgrid Pin
RepliCrux15-Jul-07 20:53
RepliCrux15-Jul-07 20:53 
GeneralRe: radgrid Pin
devsam15-Jul-07 21:12
devsam15-Jul-07 21:12 
AnswerRe: radgrid Pin
_AK_15-Jul-07 20:58
_AK_15-Jul-07 20:58 
Questionradgrid Pin
devsam15-Jul-07 20:47
devsam15-Jul-07 20:47 
hay guys i am still beginner in asp.net whn i tryed this code i got the "index out the bound of array"Frown | :(

so plzz help me in this errorSigh | :sigh:



Dim MyConn As New SqlConnection("Data Source=ASMAA-PC;Initial Catalog=LogFinity;Integrated Security=True")





Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load, Me.Load

'Dim conn As String = "Data Source=ASMAA-PC;Initial Catalog=LogFinity;Integrated Security=True"

Dim MyAdapter As New SqlDataAdapter

MyConn.Open()


MyAdapter.SelectCommand = New SqlCommand("Select * from RecCalls", MyConn)

Try

MyAdapter.Fill(CallDS)

Finally

MyConn.Close()

End Try

End Sub



Public Sub RadGrid1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadGrid1.SelectedIndexChanged



Dim Ids As String = (RadGrid1.SelectedItems(0).OwnerTableView.DataKeyValues(RadGrid1.SelectedItems(0).ItemIndex)("ID"))



Dim dr() As DataRow = CallDS.Tables("RecCalls").Select("ID = '" + Ids + "'")



If dr.Length > 0 Then

lblCallDate.Text = dr(0)("SELECT * FROM RecCalls Where id = '" + Ids + "'")



Return

Else

lblCallDate.Text = [String].Empty

End If



End Sub





Developer

QuestionAsp.net 2.0 rss feed complete sourcecode or toolkit Pin
harryforum15-Jul-07 20:36
harryforum15-Jul-07 20:36 
AnswerRe: Asp.net 2.0 rss feed complete sourcecode or toolkit Pin
N a v a n e e t h15-Jul-07 20:48
N a v a n e e t h15-Jul-07 20:48 
QuestionHiding a querystring Pin
gauthee15-Jul-07 19:58
gauthee15-Jul-07 19:58 
AnswerRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:18
N a v a n e e t h15-Jul-07 20:18 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 20:26
gauthee15-Jul-07 20:26 
GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:37
N a v a n e e t h15-Jul-07 20:37 
GeneralRe: Hiding a querystring Pin
_AK_15-Jul-07 20:48
_AK_15-Jul-07 20:48 
AnswerRe: Hiding a querystring Pin
Vasudevan Deepak Kumar15-Jul-07 20:22
Vasudevan Deepak Kumar15-Jul-07 20:22 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 21:34
gauthee15-Jul-07 21:34 
GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 23:07
N a v a n e e t h15-Jul-07 23:07 
AnswerRe: Hiding a querystring Pin
Guffa15-Jul-07 20:52
Guffa15-Jul-07 20:52 
GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:57
N a v a n e e t h15-Jul-07 20:57 
AnswerRe: Hiding a querystring Pin
Guffa16-Jul-07 12:28
Guffa16-Jul-07 12:28 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 21:16
gauthee15-Jul-07 21:16 
AnswerRe: Hiding a querystring Pin
Guffa16-Jul-07 12:32
Guffa16-Jul-07 12:32 
QuestionPage Refresh Problem Pin
neerubee15-Jul-07 19:49
neerubee15-Jul-07 19:49 
AnswerRe: Page Refresh Problem Pin
N a v a n e e t h15-Jul-07 20:15
N a v a n e e t h15-Jul-07 20:15 

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.