Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~985 People Reached
Favorite Tags
Member Avatar for pupilstuff

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; public partial class exam : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } public void function() { my e = new my(); SqlConnection sqlcon = new …

Member Avatar for nick.crane
0
149
Member Avatar for pupilstuff

plz tel me how to resolve that error my code is [code=asp.net]<asp:GridView ID="gridView" runat="server" Style="position: relative; left: 299px; top: 69px;" PageSize="5" OnRowCommand="gridView_OnRowCommand" AllowPaging="True" OnSelectedIndexChanged="gridView_SelectedIndexChan ged1" > <PagerTemplate> <% if (gridView.PageIndex > 0) { %> <asp:ImageButton ID="imgBtnPrevious" runat="server" Style="vertical-align: middle;" ImageUrl="pre.jpg" OnClick="click1" CommandArgument="Prev" CommandName="Page" /> <% } %> <%=(gridView.PageIndex * 5) …

Member Avatar for kvprajapati
0
81
Member Avatar for pupilstuff

hi guys i am using this code in my aspx page [code]<%for (int i=o;i<5;i++) {%> <asp: link button id=i text=i/> <%}%>[/code] at it producing five link buttons like i i i i i but i just want five link buttons like that 1 2 3 4 5 with id=1,2,3,4,5 respectively …

Member Avatar for dnanetwork
0
79
Member Avatar for pupilstuff

hi guys i just want to perform custom paging in which at the footer of the grid view ,there must be a pager 'pervious/next with numeric' this is what i did [B]in aspx page[/B] [code=asp.net]<asp:GridView ID="TableGridView" OnPageIndexChanging="TableGridView_PageIndexChanging" runat="server" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" > </asp:GridView> <asp:Button ID="btnConnect" runat="server" Style="z-index: 113; left: 260px; …

Member Avatar for Ramy Mahrous
0
134
Member Avatar for pupilstuff

hi guys , i got a solution at [url]http://amitkumarmca04.blogspot.com/2009/03/custom-paging-in-grid-view-control.html[/url] but i dnt knw which code has to be written in aspx ,which has to be written in code behind and which has to be written in class file and how the how has to be written can any one help …

Member Avatar for dnanetwork
0
84
Member Avatar for pupilstuff

hi guys i wan to make dyanmic crystal report according to values which i checked from check box thats all i did 1. I made data set having data table name "Customer" 2 i put four columm id,name ,age ,sex 3. then i made crystal report and drag those columm …

Member Avatar for kvprajapati
0
130
Member Avatar for pupilstuff

hi , I have made cystal report by wizard but i want to make it through code i as using vs 2005 can anyone help me

Member Avatar for pupilstuff
0
82
Member Avatar for nonon

Hello guys! I just started learning c#.net. I able to make a simple report using crystal report. Now, my problem is I can't include data which comes from the textfields in the forms of my application. ex. I have value "alpe" in my textbox. and I want to include this …

Member Avatar for pupilstuff
0
130
Member Avatar for pupilstuff

i just want to compare two dates both are in two text boxes in formate of dd/mm/yyyy how can i do this

Member Avatar for thewebhostingdi
0
116