No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
first just read my aspx&aspx.cs codes then repaly me aspx.cs code: [code=asp.net]namespace ReceiptsEntryPro { public partial class Groups : System.Web.UI.Page { RecieptBusiness objbs = new RecieptBusiness(); string strid; protected void Page_Load(object sender, EventArgs e) { GlidMax(); ItemsGet(); //repGroups.DataSource = dsrep; //repGroups.DataBind(); } protected void btnSave_Click(object sender, EventArgs e) { string …
hi, i want code for first dropdownlist selected related values dispaly second dropdownlist like first dropdownlist values are listitem1=friuts selected related values dispaly second dropdownlist listitem1=apple,orange the same for first dropdownlist values are listitem2=game selected related values dispaly second dropdownlist listitem2=football,golf coding for aspxpage&aspx.cs page using c# language
hi, how to gridview values highlight from user text entry in one text box
hi, I have a problem. I create a button control in aspx page. when i will be click it print all contents.The button functionality will be write by aspx.cs page .what code i will be given this functionality is excuted
The End.
rajeswaran25