13,153 Topics

Member Avatar for
Member Avatar for lefrancisco1

Hi All, I have two textboxes and Update Button Control, one gridview control.When i give some values inside these two texboxes.The values should display in gridview in button click even.Can u please help me on this.

Member Avatar for greeny_1984
0
93
Member Avatar for mcdt2424

I am having a problem getting a value from my dictionary object. The TryGetValue Method returns true which indicates that it is finding the key in the dictionary but emps variable is not being populated with the value in the dictionary. What am I doing wrong? thanks for your help! …

Member Avatar for mcdt2424
0
101
Member Avatar for dude9er

I am trying to update web content on my site by the ID in the database. I am using a ASCX file in order to update the content and it's integrated with a BLL VB file. By example, the content on my Contact page needs to be updated, the DB …

0
74
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
67
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
70
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
158
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
86
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
850
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
114
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
72
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
35
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
106
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
278
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
83
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
186
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
149
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
285
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
380
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
67
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
107
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
80
Member Avatar for uthman4u2nv
Member Avatar for mail2saion
0
87
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
56
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
182
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
54
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
95
Member Avatar for massoud12345
Member Avatar for massoud12345
0
105
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
75
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
104

The End.