13,153 Topics

Member Avatar for
Member Avatar for vinayak.v

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 …

0
119
Member Avatar for MichaelWClark

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" …

Member Avatar for MichaelWClark
0
149
Member Avatar for RunTimeError

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 …

Member Avatar for MichaelWClark
0
455
Member Avatar for mayurisuneth

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 …

Member Avatar for mayurisuneth
0
70
Member Avatar for RobM_01

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 { …

0
60
Member Avatar for jackparsana

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

0
97
Member Avatar for unknowndevil41

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.

0
72
Member Avatar for ketanerp

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. …

0
45
Member Avatar for David Mac

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 …

Member Avatar for David Mac
0
107
Member Avatar for vinayak.v

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 …

0
94
Member Avatar for jackparsana

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.

0
104
Member Avatar for smiley_face_08

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 …

0
50
Member Avatar for MichaelWClark

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 …

Member Avatar for Ezzaral
0
78
Member Avatar for fiaolle

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 …

Member Avatar for Heena Chavda
0
421
Member Avatar for nil87

hi, I m doing project in ASP.Net so i want code which how i m clear the history of IE plz rply

Member Avatar for employwise
0
78
Member Avatar for malashukla

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 …

Member Avatar for malashukla
0
208
Member Avatar for Philosophaie
Member Avatar for ollystretton
0
211
Member Avatar for bhaumik1987

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 …

Member Avatar for ollystretton
0
114
Member Avatar for ckundan

which language is the most suitable with asp.net either vb.net or c#.net?why?

Member Avatar for Lusiphur
0
81
Member Avatar for JuranHuman

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 …

Member Avatar for Lusiphur
0
437
Member Avatar for queryme

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 …

Member Avatar for cynix008
0
137
Member Avatar for mukundgkallapur

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 …

Member Avatar for rohand
0
156
Member Avatar for vinayak.v

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 …

0
90
Member Avatar for PRINCE01

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 …

Member Avatar for rohand
0
85
Member Avatar for isfahan

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 ?!

Member Avatar for MichaelWClark
0
281
Member Avatar for SBA-CDeCinko

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 …

Member Avatar for MichaelWClark
0
106
Member Avatar for mathewmoozh

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

Member Avatar for sourcebits
0
81
Member Avatar for reema21

hello Can you please tell how to create a dynamic drop down menu usin vb in asp.net with coding please Thank you

Member Avatar for dnanetwork
0
63
Member Avatar for ajwposh

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 …

Member Avatar for MichaelWClark
0
126
Member Avatar for jimbennett57

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 …

Member Avatar for jimbennett57
0
611

The End.