Hi friend, Try the contents given in this URL,a example for the repeater control is demonstrated here u hv to use a datalist instead of a repeater control.pls try this site. To the site
J
jack_ajay
@jack_ajay
Posts
-
Datalist Paging -
price formathi friend, Try this
string st=String.Format("{0:c}","control or string name");
assign this to control or string.
-
price formatHi friend, This is the syntax to convert it to currency format in VB.net.
FormatCurrency(Expression[,NumDigitsAfterDecimal [,IncludeLeadingDigit [,UseParensForNegativeNumbers [,GroupDigits]]]])
-
javascript error is getting while passing the string through vb codehi friend, Need more information of where u r using it,also try to post the code snippet where u r getting the errors.
-
Setting Focus for textbox -
show popup on content pageU can use the code in .aspx page inside the content place holder tag,in code behind page in page_load event just type the modal popup control id.show. Eg: popupmsg.show()