Click here to Skip to main content
16,003,474 members

Comments by nourbt (Top 17 by date)

nourbt 2-Sep-12 16:46pm View    
yes I tried several j queries that display galleries...but the problem I need a jquery that when I click the image in a gallery to enlarge the image and display its details, this is the point that i am asking about. Enlarging and displaying image with its details (text beside the enlarged image). Hope this is clear now, Thanks for any help
nourbt 26-Oct-11 6:47am View    
I need the page to refresh after I callthe javascript function, how this could be done, this is the piece of code, at the end of this function i ma calling javascript, how could i refresh the page after then

Protected Sub Grid(ByVal sender As Object, ByVal e As System.EventArgs)

Dim str_select As String
Dim Bln_Insert As Boolean

Dim gvRow As GridViewRow = CType(CType(sender, Control).Parent.Parent, GridViewRow)

Dim index As Integer = gvRow.RowIndex


Dim AgentID As String = DirectCast(GridAgent.DataKeys(index).Value, String)

'UserMsgBox(index.toString())

'UserMsgBox(Calendar2.Attributes.Item("Calendar2"))

Dim S As String = Trim(CType(GridAgent.Rows(index).FindControl("valid_to"), TextBox).Text)
Dim t1 As String = GridAgent.Rows(index).FindControl("valid_to").ClientID

Dim l_Control As Control = GridAgent.Rows(index).FindControl("lbtnCalendar1")
Dim l_Control1 As Control = GridAgent.Rows(index).FindControl("lbtnCalendar1")
'DirectCast(l_Control1, TextBox).Attributes(onclick(), "alert('jjj')")

'alert("please click on the calender to choose a date")
DirectCast(l_Control, HyperLink).NavigateUrl = "javascript:show_calendar('" & t1 & "')"
End Sub

Thank you Pandy
nourbt 25-Oct-11 18:03pm View    
HI again, I need more help, most of the calenders are in html with js code
nourbt 25-Oct-11 9:14am View    
Thank you, I will try
nourbt 13-Oct-11 4:52am View    
thank you anyway, but what i needed is to make this field autoincrement in its properties