13,153 Topics
| |
hi.. i'm using the database on live .. i may do hosting on different system and ip is changed.. please help me the below code runs well when i remove the ispostback condition.. but when i keep that when page is loaded it works well but when i give print … | |
If i use a standard web form with no master page the following code works fine, when I add it to my master page it will not fire the events. Please advise. Markup: [code] <asp:GridView ID="gvHR" CssClass="gridview" runat="server" AllowPaging="True" EnableViewState="true" DataKeyNames="HRID" AutoGenerateColumns="False" DataSourceID="ldsHR" > <Columns> <asp:BoundField DataField="FirstName" HeaderText="FirstName" ReadOnly="True" SortExpression="FirstName" … | |
Hello, I just have a very simple n00b question so please forgive me. Basically I have an ASP.NET website connected to an SQL server database. Everything is working fine (I can connect to the database, execute queries) but where should I put the SQL connection/logic code? In the aspx.cs code … | |
hi............ I'm undergraduate of computer engineering student & doing my final year project based on Vehicles and Drivers Management System for Computer Engineering Students. i will think doing [LIST] [*]Easy scheduling of Vehicles [*] Here the employees of the company can request a vehicle through the system and system will … | |
Hi, I need some help please I'm trying to display a variable on a page but cant quite get it to work. [CODE] 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; public partial class MyProfile : System.Web.UI.Page { … | |
hi How to remove address from printout. and work with asp.net. how to remove address of the page. is any change setting in firefox? jack | |
Hello, I have an crystal report in which parameter values are passed using a dropdown list. I dont know how to code or set the values of parameter fields of crystal report kindly help me out from this. | |
Hello Frd's i am using Form authntication and Digest authntication mode. Foe getting Logon computer username i m using digest authntication mode. But when i browse website it's asking for username and password. while already windows login with the same username. I understood that in this auhtntication mode it's required. … | |
I think this is probably a very simple question but I just couldn't find the solution! I have a procedure that handles sending emails. It currently only handles a single email recipient. I want to extend it to handle multiple recipients. I've worked out how you add email recipients to … | |
emp database(connection string vsspl-005\sqlexpress)employee database(connection string vsspl-002\sqlexpress) runtime employee database when i give print button emp database the above 4 fig display the problem.. please help me.. since i'm trying from last 4 days i've one crystal report which is connected to the database using database expert and connection string … | |
Hi, Thanks for help me advance. I have problem with Print which is in out by asp.net code. print has address on top right side what i want to remove. but it not remove. how can i remove address for print-out. please help. thanks Jack parsana. | |
Hello, I’m not sure where this goes but it just a simple question. I am using asp.net and integrating ssrs into my web pages. This is what it needs to look like the attachment. It shows Sunday through Tuesday, but the report would go through Saturday. Sunday through Saturday needs … | |
Okay My trial is running out on my VS2010 Pro in 22 days. I started shopping around and was in shock at the price of this software! It looks like the best I can do on VS 2010 w/MSDN (can't find one without) is $724. OUCH! I started looking more … | |
Hi I have a menu in a master page. [CODE] <asp:Menu Width="320" Orientation="Horizontal" ID="mnuAdd" runat="server"> <StaticMenuItemStyle CssClass="staticTabs" /> <StaticHoverStyle CssClass="hoverTabs" /> <StaticSelectedStyle CssClass="selectedTabs" /> <Items> <asp:MenuItem Text="Test1" NavigateUrl ="~/Test1.aspx" /> <asp:MenuItem Text="Test2" NavigateUrl="~/Test2.aspx" /> <asp:MenuItem Text="Test3" NavigateUrl="~/Test3.aspx" /> <asp:MenuItem Text="Test4" NavigateUrl="~/Test4.aspx" /> </Items> </asp:Menu> [/CODE] But when I select a … | |
hi, I m doing project in ASP.Net so i want code which how i m clear the history of IE plz rply | |
after saving a image in a folder at runtime how to get its height and width in asp.net. i am writing this code: string filesavepath = AppDomain.CurrentDomain.BaseDirectory + "\\admin\\fullimages\\"; System.Drawing.Imagefullsizeimg=System.Drawing.Image.FromFile("AppDomain.CurrentDomain.BaseDirectory" + filesavepath ); this code gives me following error: System.NotSupportedException: The given path's format is not supported. i m not … | |
I would like to know the replacement for the background color in a table: bgcolor. | |
Hi guys, First of all im trying to debug an application which has been already developed by someone else. I have a form which has a few fields. there is a save button next to it which saves the data (this already works correctly) The issue is that if I … | |
which language is the most suitable with asp.net either vb.net or c#.net?why? | |
Hi Everyone I am busy with a shooping cart but only use cookies to eliminate using a login. I have everything set so that you can add to the basket, but the problem comes in when I want to delete an item from the basket. I set the specific cookie's … | |
Hi I Have a web method on the Server. Below Is My Web Method. [CODE] [WebMethod] public string GetAge(int year, int month, int day) { DateTime birthDate = new DateTime(year, month, day); long age = new DateTime(DateTime.Now.Ticks - birthDate.Ticks).Year - 1; return "You are " + age.ToString() + " years … | |
Dear All, I am having a login page where I need to enter the login name and password for a user, which I need to verify with the backend database, using LINQ. I have tried but I am not getting. Can anybody assist. Following is the underlying code. [CODE] protected … | |
hi... i've 50 crystal reports which is connected to the database directly without using any dataset.. and the connection string is vsspl-002\\sqlexpress.. now my problem is i've shifted the database to another location.. and my connection string is vsspl-008\\sqlexpress.. now i dont want to change the connection string for each … | |
Need help,want to insert record via a webform ,but 2 of are my column data type are DateTime this is part of my code: string Name = txtName.Text; string Description = txtDecription.Text; string Topic = txtTopic.Text; string Sponsor = txtSponsor.Text; string Location = txtLocation.Text; DateTime StartDate; StartDate= DateTime.Parse(txtStartDate.Text); DateTime EndDate … | |
when i play my site with IIS ... aspnet_wp.exe get 100 MG of memory. i disposble any variable ... i use textbuilder ... i chack all of loops ... what am i do ?! | |
I have the following scenario and am looking for the best way to structure things. I am finding lots and lots of conflicting advice online. [LIST] [*]I have a user control on my home page for a simple search. [*]I have a user control on a search page for a … | |
Can anyone tell me the advantage of the PHP language over .net and java? why most of the developers uses it for the development? why it is considered as the first prioritized lang for web development? answer me plz.Thanks in advance. answerers are great appreciated thanks again | |
hello Can you please tell how to create a dynamic drop down menu usin vb in asp.net with coding please Thank you | |
I am new to ASP.NET. I am using C# and .Net Framework 4. I am used to using asp classic and would like your help to do the below. I have created a stored procedure that returns four rows. Below is part of the asp.net code, which I am using … | |
I am creating buttons in a table programmatically and the click event has stopped working. I must have done something earlier in the page, as it used to work. Any suggestions as to where I might look would be much appreciated. The buttons are built into a table row, one … |
The End.