13,936 Topics

Member Avatar for
Member Avatar for Kekke

Hello. I am trying to make a C# application login on my ASP.NET page. I am using a login control to check the login. login.aspx [code=ASP.NET] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="TourPortal_WebUpload.login" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> …

0
72
Member Avatar for wrathyimp

Hi, I have a IF-Else statement, seems not getting the values populated for the first 4 of my cases, the values from 0-3. the following is my code. [CODE] int MST = Convert.ToInt32(Convert.ToInt32(DetailsView3.Rows[0].Cells[1].Text)); if (MST == 0) { DetailsView2.Rows[3].Cells[1].ForeColor = Color.Red; DetailsView2.Rows[3].Cells[1].Text = "Closed"; } else if (MST == 1) …

Member Avatar for achristov
0
72
Member Avatar for cakamaya

could anyone help me how to use a date function for reservation on ASP.NET.... thanx

Member Avatar for cakamaya
0
159
Member Avatar for littleson

hi, my front end is flex and back end is C# in .NET. How can i get the value from flex(eg: name) to a variable in .NET ?

Member Avatar for lucasmatos
0
90
Member Avatar for AlexClifford

Hi, I am getting the following error when I load the page shown below: [code]Object variable or With block variable not set. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated …

Member Avatar for zoo999
0
860
Member Avatar for wrathyimp

Hi, Can get my code working fully. its just works partially. Its a IF else statement, the value to the variable is to be read from a cell with intergers from 0 to 9, it works ok for value 4 = Open, but rest it not working. [ICODE] int MST …

Member Avatar for wrathyimp
0
115
Member Avatar for kdnichols

Hello All, I know some of ASP.net but now I am finally getting ready to set up a web page. Here is my error message: 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 …

Member Avatar for mail2saion
0
1K
Member Avatar for gillivt

Hi, I'm trying to update a gridview and its underlying sqldatabase from form controls (textbox, checkbox etc.) I first create the records directly from the form to the database using vb.net code. After the page is refreshed the gridview shows the new entry. My gridview allows me to select a …

0
74
Member Avatar for Premkumar75

I'm facing problem with a dotnet usercontrol hosted in the IIS server. I've developed the component as a class library. I've a requirement to get a mail from Outlook, hence I have referenced the Office PIA Libraries (for Office XP). The assembly is strong named. I've placed the dll files …

0
37
Member Avatar for pradeepfusion

Hi, Everybody! I have one problem, I want to use same sql query in MySql and SqlServer. In case of Sql Server generally you have to write query in this way- select * from databasename.dbo.tablename but in case of MySql you have to write query in this way- select * …

Member Avatar for achristov
0
110
Member Avatar for chris5126

Hi, I wish to add the following to my web.config file: [code] <appSettings> <add key="networkDrive" value="C:\test"/> </appSettings> [/code] But everytime I add it i get the following error: [code] Sections must only appear once per config file [/code] I looked in the file to see if it appeared more than …

Member Avatar for achristov
0
299
Member Avatar for vasanth.kanna

Hi Friends, I want to edit and update web.config file in webservice from my windows application. This is a asp.net web service . In my windows application i add that web service as a web reference. from win application i call one web service method. that method try to update …

Member Avatar for achristov
0
86
Member Avatar for chris5126

Hi, Im creating a website that will be used to monitor servers, the user can add and remove servers and the servers list will be constantly chaning. I need to create a generic page to display the monitoring results that will adapt depending on which server the user selects. The …

Member Avatar for mail2saion
0
191
Member Avatar for aravind@arcadix

Aravind here from Bangalore, India. working as a software Engineer, Mainly web development using ASP.NET. Nice to meet you all regards Aravind.

Member Avatar for jephthah
0
11
Member Avatar for julseypart

Hi, i have been trying to use the javascript confirmation box to delete files from a Gridview, however when ever i click "cancel" on the box it still deletes the file! i really need some help, heres the code i have: [code=c#] <asp:TemplateField HeaderText="Delete File"> <ItemTemplate> <asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="false" …

Member Avatar for mail2saion
0
153
Member Avatar for netwrkengeer

This is a problem I don't really understand. I think it maybe a time out issue. I have a search box accessing csv files. if the browser is open for 20 minutes and I run a search the browser crashes. if I stop a search in the middle of resolving …

Member Avatar for mail2saion
0
293
Member Avatar for emilio

hi a have a gridview with datafield column which is bound to a datetime column. i want the grid column to show the date when the day is first, like this: 24/2/2009 i tried the following format: [CODE=asp]DataFormatString="{0:dd/MM/YYYY}"[/CODE] but the grid is still shows the date when the month is …

Member Avatar for mail2saion
0
394
Member Avatar for misgee2001

To do a search in a database, all you have to do is create a user control like Datalist, DataGrid, or Repeater and bind it to the datasource. If you want to search for a keyword, create a textbox that posts to the server. When a user enters in the …

Member Avatar for Ezzaral
0
69
Member Avatar for nutty2chat

I am working on a rather large site with multiple buttons and for ease of updates, I would like to use css styling on the standard asp:button control. But, I am having trouble getting the look I want. I am using css to set a darker bottom and left border, …

-1
111
Member Avatar for SID.SIL

Good Morning Guys I have a GridView with a linkbutton field and whe I clicked in it a modal Pop Up window is opened. In this window (modal Pop Up window) I have some linkbuttons wich open a page inside this (would be). I am using MasterPage and I need …

Member Avatar for mail2saion
0
82
Member Avatar for uthman4u2nv
Member Avatar for mail2saion
0
90
Member Avatar for chriscross86

Hi, there, i am coming up with a form and i am getting an error message as below: Error 5 Sections must only appear once per config file. See the help topic <location> for exceptions. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\WebSite1\web.config 31 i have also included the whole web.config settings …

0
58
Member Avatar for ITech

i have created an asp.net website. it was working fine...the project builds ..but suddenly now when i run the project internet explorer opens with the page cannot be displayed message...it is happenning for all the sample websites i have in my pc tooo... what is the problem. i am getting …

Member Avatar for txwebdesign
0
184
Member Avatar for chriscross86

hi, there, i am coming up with this form and i am having problem with my connection string .i am unable to enable the user instance. It is because of that, I am unable to connect asp with the database. My connection string in the web.config is as below: <connectionStrings> …

0
56
Member Avatar for julseypart

does any1 know why its doin this, so annoying! spent ages tryn to figure it out.. [URL="http://img17.imageshack.us/img17/4749/linksi.png"]link[/URL]

Member Avatar for julseypart
0
99
Member Avatar for massoud12345
Member Avatar for massoud12345
0
108
Member Avatar for sonia sardana

I have Gridview,As see in attachment- on GridViewProducts_RowCommand Event,When the user clicks on Add To Cart,Then the datatable is creaated & data of that row is added to datatable,When the user clicks on Add To cart for second time,Then the data is similarly added to Data table.. When the user …

0
78
Member Avatar for DaveD3

This is my first post. I am trying to use Visual Studio 2003 which is what is available at work. I am having to problems: first I don't seem to be able to set a watch on a variable, the contex menues are grayed out. The second is I am …

Member Avatar for Ancient Dragon
0
107
Member Avatar for ismailc

Good day, This is linked to my previous post. I want to display the Windows user logged on to the PC (domain\userid) and add to the report URL. I have searched: [code] <% Response.Write(Request.ServerVariables("AUTH_user")) %> [/code] Now i want to display & add to url: [code] <%@ Control Language="c#" AutoEventWireup="True" …

0
62
Member Avatar for ohgosh

hi all, do anyone knows how to create a dynamic dropdownlist? the dropdownlist will retrieve the list items from database.. eg: below is code for static dropdownlist where i declare the listitem myself.. but how should i declare listitem retreive from database? [CODE] <asp:dropdownlist id="ddl" Runat="server"> <asp:ListItem Value="1">A</asp:ListItem> <asp:ListItem Value="2">B</asp:ListItem> …

Member Avatar for mbaocha
0
2K
Member Avatar for chriscross86

hi, there, im coming up with codes to connect asp.net interface(Track) with asp.net interface(Clerk). i am not sure if my codes are correct. at the same time, i am not sure how to write codes to write the select statement which can connect asp.net interface with sql server. please help. …

Member Avatar for ninjaimp
0
184
Member Avatar for chriscross86

hi there, im having problem with the whole codings here. i can't execute the programme.please help.tell me whats my mistake. i need to connect it to the microsoft sql server [code=asp.net]<%@ Page Language="VB" %> <%@ Import Namespace="System.Data %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Configuration" %> <%@ Import Namespace="System.Data.SqlClient" %> …

Member Avatar for mahendrabilla
0
119
Member Avatar for sansknowledge

hi, i am a independent programmer and consultant from southern part of india. i am also member of asp.net and vbforums . hope i can contribute a bit to the community by the way of only asking questions :-) see you soon

Member Avatar for jbennet
0
12
Member Avatar for chris5126

HI, I am creating a website but when i right click on my login.aspx and click set as start page it seems to be ignored. I rebuild the website and click view in browser and it just takes me to [url]http://localhost:62665/website/[/url] I am using master pages if that helps anyone …

0
107
Member Avatar for chris5126

Hi, I am creating a aspx site that will act as a monitoring program the user has the option of adding or removing servers. However when they do this a windows service needs to be restarted. Therefore my question is: Can the website restart the service? Or can it view …

Member Avatar for mail2saion
0
84
Member Avatar for chris5126

hi this is prob a very simple question. I have a website that that is acting as a monitoring program. On the homepage i need to display Currently monitoring $$ servers Where $$ is a select count statement from a SQL server db. My question is how do I do …

Member Avatar for mail2saion
0
82
Member Avatar for Nada403

i am using ASP.NET with VB.NET to connect to a MS Access database can u pls tell me how can i make the sql statement to insert a new record into the existing table and join tables??

Member Avatar for Teme64
0
56
Member Avatar for netwrkengeer

This is my first post, I'm new to programming. I'm trying to update an existing site. Here is my problem, I'm looking to have my textbox submit only when input has been entered. If the box is empty, null or simply has nothing entered I want an astirisk to appear …

Member Avatar for varun allahabad
0
109
Member Avatar for Alv45525

Can anyone help me with a sample of shopping cart in vb language or a website where i can learn to implement it.

Member Avatar for bantizeal
0
85
Member Avatar for sivak

i am using javascript for validations purpose...i want to know all the functions in javascript ... can any one tell me is there any link to free download javascript book....

Member Avatar for peter_budo
0
89
Member Avatar for ViRiPuFF

Hi I have just uploaded an Access DB and an .aspx page that writes to the DB. It works fine locally ie IIS. The problem is that when on the host the db does not get written to. I think its to do with the Source to the DB on …

Member Avatar for ViRiPuFF
0
215
Member Avatar for abhi_elementx

hi. I am creating a website using Visual Studio 2008. I m creating a Visual C#->ASP.NET website. I have a Login.aspx which has my login form. I have a dir - "CriticalDir" in the project which has a TeamData.aspx that will display a table which contains critical info. I have …

Member Avatar for Ramy Mahrous
0
101
Member Avatar for jtok

I am using Visual Studio 2008 developing a web app front-end for a T-SQL DB using asp.net and vb.net. I have a label inside a list like so: [CODE] <ul id="ul" class="class"> <li id="li"> <asp:Label runat="server" ID="label"></asp:Label> </li> </ul> [/CODE] I cannot access the label directly in my code-behind file …

Member Avatar for jtok
0
141
Member Avatar for Alv45525

helo guys...am doing my website in asp.net and its gonna be an ecommerce site with shopping cart and all..I learned that i will need to makke use of session in the login form and pass it to the other forms...can anyone help and gimme some explanation

Member Avatar for Alv45525
0
190
Member Avatar for neha_p

hey, I have done my bachelors in Electronics (B.E in electronics)and was working in IT comapany in asp.net,VB .for 6 months.now i want to shift to java,j2ee . i now have to show 1 year experience in java ,j2ee but can u please help me as too wht should i …

Member Avatar for verruckt24
0
99
Member Avatar for Lareman

Hi folks! I'm an experienced web developer who finally has time to teach himself ASP.NET. I've worked with it from time to time, but have been delving deeper and deeper, lately. I've created user controls that are dynamically loaded into a Wizard control. (I'm no veteran, but not sure if …

Member Avatar for Lareman
0
105
Member Avatar for horseraceuk
Member Avatar for greeny_1984
0
84
Member Avatar for jrockford

I am trying to bind data coming from a GridView into a variable. I only need one item "EmployeeID" from the table. This variable will be set to a guid type and passed to a global class file for use in other pages. I am new to NET so I …

Member Avatar for greeny_1984
0
104
Member Avatar for dadahetal

Hello I want to display all images from a particular folder on a web page, such that web page shows thumbnails of images and after clicking on thumbnail, image should get open in new window. For this I want a script so that i can run for loop for total …

Member Avatar for greeny_1984
0
249
Member Avatar for chriscross86

hi, i am using visual web developer 2005 express. i am trying to locate the web.config in the solution explorer, but it is not there and i don't know any other alternative way to know where it is located. please help.

Member Avatar for chriscross86
0
279

The End.