Click here to Skip to main content
15,895,011 members

Comments by salamkudru (Top 5 by date)

salamkudru 30-Jan-13 8:46am View    
Solved my self,thanks to all :)
the solution was
<trirand:JQGrid ID="JQGrid1" runat="server" Width="600px">
<columns>
<trirand:JQGridColumn DataField="Url" Editable="true">
<editclientsidevalidators>
<trirand:RequiredValidator />
<trirand:UrlValidator />

</trirand:JQGridColumn>

</trirand:JQGrid>
salamkudru 4-Jan-13 6:13am View    
Hello Sergey, could you explain the difference between abstract class and interface with real world example?

Thanks in advance
salamkudru 4-Jan-13 1:51am View    
Yeah I understood.Thank you very much.
salamkudru 4-Jan-13 1:38am View    
Thank you for your replay.I have solved the issue now :)
salamkudru 4-Jan-13 1:30am View    
Because my table has Floor column with char data type.Do you know why two single quotes coming after the number while converting to the char from int (eg floor=2'' )?