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
~1K People Reached
Favorite Tags
Member Avatar for Bugaya

I'm using VS2005 & SQL Server 2005 which is installed with VS2005. Platform is XP SP2. I've an app that connects to the DB & get some data from it . The app & DB are on the same machine . Suddenly When I run the app. , I've that …

Member Avatar for khansa74
0
174
Member Avatar for diya0076

hello i am developing e-shopping website after adding items in cart.aspx...n by clicking on "FINALE PURCHASE" button control goes to the card.aspx --->click method of cart.aspx [CODE] protected void final_Click(object sender, EventArgs e) { Session["total"] = lbltot.Text.ToString();Response.Redirect("card.aspx"); } [/CODE] by clicking on submit in card.aspx [ICODE] protected void object sender, …

0
56
Member Avatar for diya0076

hello.. i am making website on "electronics products" in asp.net in the product table i have product id product name product price product image bt problem is how to give features for each product?? what are the options for that?? i mean should i add new field for that? or …

Member Avatar for diya0076
0
154
Member Avatar for diya0076

hello i have one [COLOR="Green"]formview[/COLOR] control n i want to retrive values from that n add save them in local variables [CODE]<asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSource1" Style="z-index: 100; left: 210px; position: absolute; top: 173px" Width="299px" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" GridLines="Both" DataKeyNames="pcode"> <ItemTemplate> pcode: <asp:Label ID="pcodeLabel" runat="server" Text='<%# Eval("pcode") %>'></asp:Label><br …

Member Avatar for serkan sendur
0
538
Member Avatar for diya0076

hi my problem is when i 1st run the webpage content of datalist size of cell is diffrent n when again i refresh the page it becomes diffrent.. this difference is occurred in width of the cells of datalist control.. here is my code.. [CODE] [B] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ …

0
67
Member Avatar for diya0076

hi i download ajax tool kit..3.0.30512.1 n also installed .net framework 3.5 n i add the dll file into my project bt when i drop any of the control of ajax it shows the following error: [COLOR="Red"]Error 1 Assembly 'AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has …

Member Avatar for sknake
0
183
Member Avatar for diya0076

i want to change activetab of tabcontainer using timer cotrol.. i have three tabs in <cc1:TabContainer> n want to change automatically at runtime without refreshing the webpage.. it should be like the website : [URL="http://homeshop18.com"] homeshop18.com[/URL] In this at home page images are on different tabs

Member Avatar for diya0076
0
56
Member Avatar for diya0076

// i m getting error when i update ID field of table.. all others field can be updated bt nt the field which i have used as where conditions of update command..! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.OleDb; namespace WindowsApplication1 …

Member Avatar for jen140
0
149