12,085 Topics

Member Avatar for
Member Avatar for Frii

I am using VB.NET on VS2008 and currently building a web application for budgeting so here's the problem, I have created a gridview to show a database on a table. Let's say I have a buttonlink in the gridview to change the content on a column ( for example I …

Member Avatar for amitshrivas
0
81
Member Avatar for bharatshivram

hi i have a database with the following coloumns thid thname thdate i have used the gridview control to display this info, also enabled paging and selection with it. i want to jump to "one.aspx" page and set the value of a querystring variable "thid" to the value in the …

Member Avatar for REwati
0
138
Member Avatar for vj4u_p

i want to know for making sub file from a complete word file using asp.net, using vb language so plz... some help me to develop it

0
38
Member Avatar for 456456

Dear all, I have converted one of my web application from .net 1.1 to 3.5 and added the calendar component out of the ajax toolkit. The primary web server: [url]www.domain1.com/project1/folder2/default.aspx[/url] Is working fine and work as expected? The second domain is redirected to a subfolder on the primary web server: …

0
79
Member Avatar for amitshrivas

Hi to all.. How we can delete a record from a database after downloading through Response.AppendHeader.... Questions Regarding Open/Save File Dialog box 1: if i only wants to view the file without saving it what should i use there. 2:if i want to download a file and then that downloaded …

Member Avatar for amitshrivas
0
73
Member Avatar for ashishtripat

How can i can interesecting dataset column ? I mean common columns from two datasets

Member Avatar for kvprajapati
0
27
Member Avatar for aravinda reddy
Member Avatar for kvprajapati
0
103
Member Avatar for kiranbvsn

Hi, can anyone tell me how can I validate the server controls using asp.net server side validation controls that will act similar to client side (like javascripting). can anyone give me sample example on this. cause i want to use these sever validation controls on client machines. Plz help me

Member Avatar for kvprajapati
0
61
Member Avatar for amitshrivas

Hi.to all This is Amit.. i have one website in which i m using (html,aspx) pages. i uploaded also to my domain. [B]HTML[/B] pages works properly but when i request for [B]ASPX [/B] page it shows ::::::::::::::::::: ------------------------------------------------------------------------------------ [B][COLOR="Red"]"Description: An application error occurred on the server. The current custom error …

Member Avatar for amitshrivas
0
104
Member Avatar for rajabca

Server Error in '/online shopping' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered …

Member Avatar for humillmca
0
109
Member Avatar for Lorie0114

I'm having an issue printing from Crystal Reports in ASP.NET. I'm printing to a preprinted form that has three bills per page. When I print the report; three bills print per page, but the second a third bill slides up a little and prints in the wrong place. The forms …

Member Avatar for kvprajapati
0
92
Member Avatar for viswa_007

Does asp.net complies the dlls into msil every time when an published application is browsed or a windows application exe is run??? How does asp.net minimizes or rather reduces the entire compilation process?? Thanks in advance

Member Avatar for kvprajapati
0
82
Member Avatar for itslucky

Dear Friends!!! I am developing a Hotel reservation Website (ASP .NET C#), and i need to send XML file to the server and then receive a XML Response File. Now i would like to Save the XML Response file to the clients Machine, not on the server, now plz tell …

Member Avatar for kvprajapati
0
95
Member Avatar for jcb0806

With the code below data is keyed into a form and inserted into a table called Investors. After it is inserted, I'm trying to [U]redirect back to the same page, passing the InvestorID on the querystring[/U]. Simply showing all of the information I just added, kind of insuring that it …

Member Avatar for kvprajapati
0
109
Member Avatar for rohini.vangury

While there are several Project Management Tools already available in .net, I want to know if there exists any that can capture data from the Project Management Tool [such as working hours, public holidays etc.] and update the same on an already existing database. These dates wud further b used …

Member Avatar for apacheco
0
63
Member Avatar for mj89

Hi, I have created a simple login page in c#, the code compiles and runs however it does not execute correctly as when i give the correct input for username and password. it just skips and does the action for the code within the 'else' statement. What am i doing …

Member Avatar for mj89
0
86
Member Avatar for drspock

Hi, I am making an online page for a company so that users can upload and download files from the company's server. Now, as every ASP .NET developer knows, the ASP .NET framework includes a file upload control for users to upload files to the server. The problem with this …

Member Avatar for vglass
0
189
Member Avatar for sniigg

Hi All, I am getting the error "There is already an open DataReader associated with this Command which must be closed first. " [code] protected void Page_Load(object sender, EventArgs e) { nbseapi nbsi = new nbseapi(); Guid guid = new Guid(); if (Request.QueryString["Id"] != null) { string Id = Request.QueryString["Id"]; …

Member Avatar for sniigg
0
268
Member Avatar for jasscat

This problem has got me scratching my head. I have an ASP .NET wizard control. Within the step view, I put a user control. The user control contains a FormView. The Formview contains a mixture of standard ASP .NET controls and other user controls. In one situation, I have two …

Member Avatar for adsfadf
0
323
Member Avatar for sniigg

Hi, In my database table I have a column which has all the properties of a class. And While reading from the table I need to get the values of the properties.I have to get the value on a label.But obviously [code] lblTest.Text=reader["Description"].ToString(); [/code] wont work. As I need to …

Member Avatar for sniigg
0
83
Member Avatar for iDeveloper

I just spent an hour trying to figure out why i cannot change the CssClass property of <asp:TextBox> Whatever i enter in the property defaults to [B]class = "textbox"[/B] when i render the page. What's going on??? Does anybody know a solution? I have 2 different input types i have …

Member Avatar for jsauve
0
126
Member Avatar for dwapayan

Hello Everyone, I am new to ASP.net. I recently developed a application using VS2005 that uses a SQL database. This application contains a Login page Main.aspx. This page redirects to second page after authentication (avlActions.aspx) using FormsAuthentication.ReDirect. This works when i run application from VS2005 and locally on IIS after …

Member Avatar for dwapayan
0
518
Member Avatar for Frii

hi guys, newbie here, I want to make a login page based on VB.NET language and I have a problem basically, I have a SQL database table named XYZ and the columns are id, username, password, and type type is to determine wether the user logging in is a user …

Member Avatar for phoenix911
0
131
Member Avatar for ranuvishwakarma

plz tell me about how to use common database using dbfactory?as soon as possible.

Member Avatar for ranuvishwakarma
-1
55
Member Avatar for botaxsmaniz

ineed help how to making formview vertical in asp.net? best regards, martin

0
64
Member Avatar for capiono

I was wondering if it is possible to assign 2 variables to DataView.RowFilter. if it is, how do I code it. I have tried this: [CODE]dataView.RowFilter = FilterExpression + " and " + ARRAFilterExpression; [/CODE] FilterExpression and ARRAFilterExpression are both string variables with string values stored in them. Thanks

0
59
Member Avatar for Farhin

Hi there, i m developing an application.in it i have a page which contains free text box control in it.now the problem is that when i copy some data into clipboard & paste it in the free text box and save the data then the data is not being saved. …

Member Avatar for jbisono
0
46
Member Avatar for glenntamis

Hi Everyone, My site is built in ASP on the BlogEngine platform. Not too long ago, I created a blog to help with our SEO. However, my site structure wouldn't hold the blog, so we created a subdomain for it with a total different script. The problem with the blog …

0
55
Member Avatar for aravinda reddy

I have implemented Google search in my web application. It is asking for license key.... where i should sign up... how to get license key? Plz its very urgent Plz do reply

Member Avatar for aravinda reddy
0
79
Member Avatar for Pari13

Hello Sir, On Button_click event I have simple code below to compare strings in asp.net [CODE] string temp1=Button1.Text;// gives string "check" string temp2="check"; if(string.Compare(temp1,temp2)== 0) //but it return -1 { btnPreview.Text = "complete check"; } [/CODE] what is wrong with this? Can anybody help me ..?

Member Avatar for Pari13
0
95

The End.