Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to conver date time day from text datatype Pin
Piyush Vardhan Singh13-Nov-07 1:24
Piyush Vardhan Singh13-Nov-07 1:24 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:06
InsDev13-Nov-07 2:06 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:08
InsDev13-Nov-07 2:08 
QuestionForms authentication and HTTPS Pin
Martin Gibson13-Nov-07 1:13
Martin Gibson13-Nov-07 1:13 
Questionobject reference not set to an instance of object [modified] Pin
Member 387988113-Nov-07 1:10
Member 387988113-Nov-07 1:10 
AnswerRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 1:49
Michael Sync13-Nov-07 1:49 
GeneralRe: object reference not set to an instance of object Pin
Member 387988113-Nov-07 2:00
Member 387988113-Nov-07 2:00 
GeneralRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 4:00
Michael Sync13-Nov-07 4:00 
Hi HMagesh,

I want to help you but I still have a few confusion about your code..


HMagesh wrote:
ts = CType(Me.FindControl("TabStrip1"), JQD.TabStrip)
ts.TabText = _Text


What is "JQD.TabStrip" ??

I understand that you want the unique name from database and want to add those unique name to ArrayList.

HMagesh wrote:
_Text = New ArrayList


Why do you clear all data after adding the unique name to this ArrayList? OMG | :OMG:

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


Your problem is that Resh & Gani are not added to HashTable.

Are you sure that Resh and Gani are included in ts.TabText or dt?

Are you getting some errors in adding?

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

QuestionBirthday date problems Pin
matjame13-Nov-07 0:10
matjame13-Nov-07 0:10 
AnswerRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:21
Sun Rays13-Nov-07 0:21 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:27
matjame13-Nov-07 0:27 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:35
Sun Rays13-Nov-07 0:35 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:39
matjame13-Nov-07 0:39 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:42
Sun Rays13-Nov-07 0:42 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:59
matjame13-Nov-07 0:59 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 1:13
Sun Rays13-Nov-07 1:13 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 1:40
matjame13-Nov-07 1:40 
GeneralRe: Birthday date problems Pin
matjame14-Nov-07 0:01
matjame14-Nov-07 0:01 
AnswerRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:17
Jintal Patel13-Nov-07 2:17 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:26
matjame13-Nov-07 2:26 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:40
Jintal Patel13-Nov-07 2:40 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:47
matjame13-Nov-07 2:47 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:50
matjame13-Nov-07 2:50 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 17:59
Jintal Patel13-Nov-07 17:59 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 19:44
matjame13-Nov-07 19:44 

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.