how to get RadioButtonList selected index and text using jquery
Written by Super Userif you want to get the selected index or text of a asp.net
RadioButtonList using jquery then use the codes below -
how to show datalist item details in jquery popup
Written by Super Usert is difficult to use jquery for datalist items
because datalist items are generated dynamically
using same itemtemplate.
exporting to data in excel is a very common practice
in business website.one can use asp.net Response methods
to export to excel which is easy to do using a gridview.but
contents not appear properly like there will be white back-
ground over excel rows and this way is not efficient too.
how to get profile and membership data in dnn module
Written by Super Usergetting dnn user information from dotnetnuke module is
easy.
you can get dotnetnuke user's User Credentials
and Profile data by the following way -
Its easy to implement OnCheckedChanged event of RadioButton
control but most programmers makes mistake by not
including AutoPostBack="True" property in radiobutton
control.sometimes OnCheckedChanged not works for that
reason.here are the full working codes -
how to send email by dnn sendmail method and create custom NavigateUrl
Written by Super Useryou can create custom navigate url in dotnetnuke to send the url or
use it as a querystring in another page by the following way -
If you used itemtemplate for items in datalist control then
you can easily delete,edit and then update items
using edititemtemplate.to do that add a itemtemplate and
edititemtemplate in the datalist.also you have to add
command buttons and command event handlers -