Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Bind a grid with string Pin
Michael Sync12-Nov-07 22:25
Michael Sync12-Nov-07 22:25 
GeneralBind a grid with string Pin
SreejithAchutan12-Nov-07 22:46
SreejithAchutan12-Nov-07 22:46 
QuestionHow to call a web user control through C#? Pin
Affan Toor12-Nov-07 20:48
Affan Toor12-Nov-07 20:48 
AnswerRe: How to call a web user control through C#? Pin
Christian Graus12-Nov-07 21:03
protectorChristian Graus12-Nov-07 21:03 
GeneralRe: How to call a web user control through C#? Pin
Affan Toor12-Nov-07 22:11
Affan Toor12-Nov-07 22:11 
GeneralRe: How to call a web user control through C#? Pin
Christian Graus12-Nov-07 22:37
protectorChristian Graus12-Nov-07 22:37 
GeneralRe: How to call a web user control through C#? Pin
Affan Toor12-Nov-07 23:08
Affan Toor12-Nov-07 23:08 
Questionobject reference not set to an instance of object Pin
Member 387988112-Nov-07 20:47
Member 387988112-Nov-07 20:47 
Hi i try to bind the records based on the Id format...,
But i am getting error as "object reference not set to an instance of object"
Here i am binding the datatable to arraylist:(Here i am not getting any probs)
For Each dr As DataRow In dt.Rows
If Not _Text.Contains(dr("Name").ToString) Then
_Text.Add(dr("Name").ToString)
End If
Next
ts = CType(Me.FindControl("TabStrip1"), JQD.TabStrip)
Now based on this arraylist field I am trying to bind other fields in hash table in this format:(Here getting probs it not binding proper format)
It's binding still continious Name Id's,
If any Id will Miss match its show that error...,

Dim _SubTabText As Hashtable = New Hashtable
_Text = New ArrayList
For Each tabtextobj As Object In ts.TabText
Dim tabtext As String = tabtextobj.ToString()
Dim drs() As DataRow = dt.Select("Name='" + tabtext + "'")
Dim _SubText As ArrayList = New ArrayList
For Each dr As DataRow In drs
_SubText.Add(dr("Link")).ToString()
Next
_SubTabText.Add(drs(0)("Id") - 1, _SubText)
Next
ts.SubTabTextCol = _SubTabText


Plz Help me to solve this,


Regards,
Mageshh

AnswerRe: object reference not set to an instance of object Pin
Prateek G12-Nov-07 20:54
Prateek G12-Nov-07 20:54 
GeneralRe: object reference not set to an instance of object Pin
Member 387988112-Nov-07 22:40
Member 387988112-Nov-07 22:40 
AnswerRe: object reference not set to an instance of object Pin
Christian Graus12-Nov-07 21:02
protectorChristian Graus12-Nov-07 21:02 
GeneralRe: object reference not set to an instance of object Pin
Member 387988112-Nov-07 22:46
Member 387988112-Nov-07 22:46 
Questionhow build the menu using the database fields Pin
findtango12-Nov-07 20:34
findtango12-Nov-07 20:34 
Questionneed to detect the requesting machine (Mobile or a normal computer) Pin
Rocky#12-Nov-07 20:32
Rocky#12-Nov-07 20:32 
AnswerRe: need to detect the requesting machine (Mobile or a normal computer) Pin
N a v a n e e t h12-Nov-07 21:54
N a v a n e e t h12-Nov-07 21:54 
GeneralRe: need to detect the requesting machine (Mobile or a normal computer) Pin
Rocky#12-Nov-07 22:25
Rocky#12-Nov-07 22:25 
GeneralRe: need to detect the requesting machine (Mobile or a normal computer) Pin
N a v a n e e t h12-Nov-07 22:36
N a v a n e e t h12-Nov-07 22:36 
GeneralRe: need to detect the requesting machine (Mobile or a normal computer) Pin
Rocky#13-Nov-07 1:04
Rocky#13-Nov-07 1:04 
QuestionSystem.Security.Cryptography.CryptographicException:Length of the data to decrypt is invalid.. Pin
attalurisubbu12-Nov-07 20:29
attalurisubbu12-Nov-07 20:29 
Questionhow to use data grid in asp.net Pin
ps.srinivasan12-Nov-07 20:18
ps.srinivasan12-Nov-07 20:18 
AnswerRe: how to use data grid in asp.net Pin
Michael Sync12-Nov-07 20:24
Michael Sync12-Nov-07 20:24 
GeneralRe: how to use data grid in asp.net Pin
ps.srinivasan12-Nov-07 20:32
ps.srinivasan12-Nov-07 20:32 
GeneralRe: how to use data grid in asp.net Pin
N a v a n e e t h12-Nov-07 21:40
N a v a n e e t h12-Nov-07 21:40 
QuestionHow can i get template field control in GridView Pin
SunithaNallana12-Nov-07 20:18
SunithaNallana12-Nov-07 20:18 
AnswerRe: How can i get template field control in GridView Pin
Michael Sync12-Nov-07 20:21
Michael Sync12-Nov-07 20:21 

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.