13,936 Topics

Member Avatar for
Member Avatar for mukund_007

[B]Hello Friends, On my web form there is one DropDown List Box which contains different Items.. and one TextBox, user will Enter Quantity in textBox.... Now problem is that I want to Add Item and Qty in DataGrid on the Same Page when I click on ADD Button......... Later on …

Member Avatar for dilipv
0
156
Member Avatar for Dano56

I need help getting a variable from one page displayed onto another. I have two pages, mainmenu.aspx and secondmenu.aspx. mainmenu.aspx contains Textbox1 which contains some user-entered number in it. When the user clicks on Button1 on mainmenu.aspx, I need the table, Table1, on secondmenu.aspx to reflect that new selection. Thanks …

Member Avatar for bbqchickenrobot
0
177
Member Avatar for dennisdennis

Hi all, I have a masterpage and contentPlaceHolder in it. I used <asp:content .. in Default aspx. I have web user controls. By sending parameter to Default.aspx, can I call different web user controls in Default aspx. I try to that because of not making a page same with Default.aspx …

Member Avatar for a496761
0
351
Member Avatar for foundsheep

I'm trying to insert data into three tables in a relational database. Right now it will only insert to the first table and then it errors out. If you have some genius to share, don't hold back. Thanks. [code] Imports System Imports System.Configuration Imports System.Data.SqlClient Imports System.Web.UI.WebControls Partial Public Class …

Member Avatar for foundsheep
0
468
Member Avatar for MasoodAkhter

Hi all I am trying to hide part of my form in ASP.NET when user clicks on check box. I want to implement this functionality on client side. I do not want to go back to Server. Can someone help me with this one. I will appreciate your help. Thanks …

Member Avatar for SheSaidImaPregy
0
217
Member Avatar for shim55

I am net to asp.net, I am having the following issue. I have developed a masterpage. The masterpage has a left navigation panel. I have another page that uses the masterpage and fieldvalidations in it as well, when I view the page it seems that the page with the navigation …

Member Avatar for SheSaidImaPregy
0
155
Member Avatar for a496761

I am creating a user control in ASP.NET 2.0 that includes a DropDownList. Does anyone know how to get the collection of ListItems that are hard coded between the opening and closing tags of my custom control into the DropDownList inside my user control? I feel like I should know …

Member Avatar for a496761
0
125
Member Avatar for Sur62

Am developing an application through Web matrix. When i run i get a compilation error saying: cmdsave_click is not a member of Asp. Can anyone tell me the equivalent code for the above please. Thanks.

Member Avatar for SheSaidImaPregy
0
33
Member Avatar for u4umang2001

Hi All, i have table with some fields. one of them is "ID". now i want to update ID by a given number. suppose i have 5 rows and the ID are 1,2,3,4,5. now i want that i should pass a parameter/number to the stored procedure let it 10 then …

Member Avatar for srinunarra
0
83
Member Avatar for ashishparihar

Hello All I want to know how I can run an asp.net web application on a machine which doesn’t have installed visual studio. Any help ??? Thanks in advance

Member Avatar for saeed262626
0
95
Member Avatar for mukund_007

I have Used following code to Insert Values in the table: <%@ Import Namespace ="System.Data" %> <%@ Import Namespace ="System.Data.SqlClient" %> <script runat ="server" > Sub Create(ByVal obj As Object, ByVal e As EventArgs) Dim ConnString As String Dim SQLstr As String ConnString = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ERL.mdf;Integrated Security=True;Connect …

Member Avatar for saeed262626
0
126
Member Avatar for saeed262626
Member Avatar for mukund_007

[B]Hello Friends, On my web form there is one DropDown List Box which contains different Items.. and one TextBox, user will Enter Quantity in textBox....Now problem is that I want to Add Item and Qty in DataGrid on the Same Page when I click on ADD Button......... Later on Data …

Member Avatar for SheSaidImaPregy
0
82
Member Avatar for firebirds98

I am new to SQL and I am making an asp.net page in which is a small airline service for a project for scool. For one of my tables I have: AccountID, CustomerName, FrequentFlierMiles, FrequentFliernum for my column names. The acount AccountID column can not have duplicated values and FrequentFliernum …

Member Avatar for SheSaidImaPregy
0
92
Member Avatar for foundsheep

I have two drop downs (the 1st pulls from 1 db table then populates the second which pulls from a 2nd db table) with the idea of having them both populate fields of a form on autopostback. The user will then fill out the remaining empty fields. I have not …

Member Avatar for SheSaidImaPregy
0
270
Member Avatar for Yuexuan

How to import excel file data to mysql database here is my uploading file coding how to use my uploaded excel file to get it data and store it at database Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim filepath As String = Server.MapPath("Files/") Dim …

Member Avatar for Yuexuan
0
381
Member Avatar for dmison

Hello, I'm working on website written on asp.net 2 (C#). For my site I need email server with options: [LIST] [*]send mail (with attachments and Unicode support) [*]receive mail [*]storage sent and incoming mail [/LIST] My customer want to use some linux mail server and pull mail from server to …

Member Avatar for ManicCW
0
74
Member Avatar for jamello

Hi there experts!! I am translating an app from asp.net 1.1 to v2.0. In version 1.1 I could right click a source file in the solution explorer and pick my build action i.e none, compile, embedded resource. but to my chagrin I could not find the build action property in …

Member Avatar for ManicCW
0
76
Member Avatar for mithun_kanungo

hello experts, i have an issue with crystal reports ,i have a web app and in that i have 10 crystal reports , the problem is that the reports take huge time to load ,it takes arround 5 minuites to load , i dont find the reason behind that , …

0
60
Member Avatar for SAMSEIED

I have Microsoft Visual Web Developer 2008 Express Edition and also HTML 4.0. I can designe website just reading HTML 4.0 and this comes fairly easy to me. But learning about MWD 2008 is whole new game. I have to learn ASP.NET, AJAX, .NET, VB.NET, SQL, .NET FRAMEWORK and many …

Member Avatar for bbqchickenrobot
0
224
Member Avatar for SheSaidImaPregy

I have a master page that contains elements for Ajax and certain standard controls that I do not wish to have to copy to every page on my site (hence the master!). However, these controls need a sub for an OnClick method. Now this method is edited differently on every …

Member Avatar for SheSaidImaPregy
0
287
Member Avatar for dennisdennis

Hi all; I have an iFrame in Default.aspx and src of iFrame = Login.aspx and I try to do that when User click the LoginButton (in Login.aspx), it changes iFrame "src" attribute and so in Default.aspx it shows Profile.aspx in iFrame. I mean Default.aspx does not refresh, only content of …

Member Avatar for serkan sendur
0
153
Member Avatar for icsantos

Hello folks. I'm a Visual Foxpro programmer who's looking to move into .NET and web programming. I know HTML and CSS, I've been reading Deitel's [I]C# For Programmers[/I], and I will be starting an [I]Introduction to ASP.NET[/I] online course next week. I've received advice to learn JavaScript as well. I …

Member Avatar for Serunson
0
138
Member Avatar for stonetherippa

hi , is it possible to write an application like this:[URL="http://www.newhousenetwork.net/search-engine-page-ranking.php"] Rank Tool[/URL] in ASP?If yes how?

Member Avatar for mayaank
0
54
Member Avatar for pwright

Hi, I am converting a DAP/MS Access application to ASP/MySql. I have an IFrame which contains a database table. It's a simple library application. I want to query the table and display the results, such as display all authors with certain criteria. With DAP I built the query and used …

0
45
Member Avatar for Fortinbras

I have a sample website written in ASP.NET 2.0 with AJAX, and cannot have it hosted on the web for legal purposes. I need a way to add my site to my resume/portfolio and be able to show it as a working example of my skills. I have read about …

Member Avatar for SheSaidImaPregy
0
56
Member Avatar for foundsheep

I have a drop down that will be auto populated when the user selects a previous drop down. The one in question is referencing a particular piece of equipment attached to the company that was selected. The database is set up with a manufacturer table, equipment table, and customer equipment …

Member Avatar for SheSaidImaPregy
0
144
Member Avatar for selvamuthu

how to set values in drop-down box when loading html. please let me know about how to use vbscrip onload event of body.

Member Avatar for SheSaidImaPregy
0
60
Member Avatar for justapimp

I have this webservice that connects to my database via a table adapter and I am trying to read the column value based on the controls passed by an AJAX script that I wrote. I tried to use a hash table to replicate the actual database column. What I like …

Member Avatar for justapimp
0
93
Member Avatar for srinukatkam

Hi I am using 2005 vb.net in that five columns is there like Field, Default Label, Visible ,Custom Label, Sort Order, Field Default Label Visible Custom Label Sort Order AC_DOC_NO Accounting Document Number Select Sort Order 1 2 3 4 5 6 7 8 9 10 11 12 13 14 …

Member Avatar for SheSaidImaPregy
0
83
Member Avatar for sbv

hi all i want to know following...... as usual we do... For( i =0; i++ ; i<4) but i want for( i = "a"; ????? ;i<"d") plz help.

Member Avatar for SheSaidImaPregy
0
65
Member Avatar for binoj_daniel

Iam facing a wierd issue with ASP.NET and MySQL. My ASP.NET site hangs pediodically. After it hangs none of the pages open. But other sites on the same Server still works. The only way to bring the site back is by restarting the WWW service or by restarting the server. …

Member Avatar for binoj_daniel
0
121
Member Avatar for ansari.wajid

Hi All, I have created a table called tblState in access with 2 columns: id and state and am populating a dropdownlist with state. I am in need of code to delete a selected value of dropdownlist from database in asp.net2.0 using c#. Can anybody help me please. Thanks Wajid

Member Avatar for ansari.wajid
0
1K
Member Avatar for ebabes
Member Avatar for nandhinijp

If i click the back button in browser i got some problem. i click the login and redirected to another page.after that i click the back btn its navigated to login page.but it didnt clear my session value login=true.still that user in login stage but that login page looking normal …

Member Avatar for nandhinijp
0
128
Member Avatar for successalways

I want disable my back button in internet explorer when i am logged out.. iam using asp.net platform for my project.. i hope u willl sent me the code which may be usefull waiting for ur reply.. thank you

Member Avatar for nandhinijp
0
105
Member Avatar for david_bronsky

I have question about Temporary Web Page. When I click on link in my web application and redirect to ( for example) mywebsite.com/12.aspx. When event OnLoad() fire,I read value 12, which is Primary key and make query to the database,get record and represent on web page. But,I need temporary web …

Member Avatar for dilipv
0
155
Member Avatar for u4umang2001

Hi i am passing three parameters to my stored procedure. now in stored procedure i want to execute the query on the basis of given condition. suppose i m passing para1, para2 and para3. now i want update table1 if(para1='' or para1= null) then 'update table1 set para2='''+@para2+''' and para3='''+@para3+'''' …

Member Avatar for dilipv
0
120
Member Avatar for u4umang2001

Hi i want to use "text" datatype to declare a variable in stored procedure. how can i do this???

Member Avatar for dilipv
0
99
Member Avatar for shAq

I have to dynamically add user controls to a asp.net web page. I know that can be done as follows: [code=C#] WebUserControl webug = (WebUserControl)Page.LoadControl("WebUserControl.ascx"); cntrlHolder.Controls.Add(webug); [/code] In the above code cntrlHolder is a PlaceHolder/Panel. I need to add more controls of type WebUserControl into the same page. How can …

Member Avatar for boisellea
0
165
Member Avatar for x2per14

hi, i am a newbie in web programming. i want to know how to add common controls in asp form.. i am using dreamweaver.. for example checkbox(although is not included in common controls on vb),like listview, dtpicker,status bar, progess bar..pls help me.. i will appreciate it.. note: asp only not …

Member Avatar for SheSaidImaPregy
0
125
Member Avatar for majestic0110

Hi all. just wondered if there was a quick and easy way (or good tutoriaL) to validate user input (on a login control) against a SQL database where the users username and password credentials are stored. Any suggestions will be greatly appreciated! Thanks for your time.

Member Avatar for majestic0110
0
344
Member Avatar for richie513

My name is Richard Walker from Australia and my username for this forum is richie513. I am a self taught web engineer and married with three beautiful children and a loving wife. I was born and raised in the harsh outback of Australia, and now reside on the beautiful sunny …

Member Avatar for richie513
0
165
Member Avatar for palej

Hey folks, I have this problem, lets take this text from from 24ways.org just for example-> [QUOTE]Elbow room Paying attention to your typography is important, but it’s not just about making it look nice. Careful use of the line-height property can make your text more readable, which helps everyone, but …

Member Avatar for SheSaidImaPregy
0
116
Member Avatar for jamello

Hi there ladies and gentlemen! I have this code that works in ASP.NET 1.1 but I could not find its equivalent in v 2.0. I had expected it to work having the usual backward compatibility preached by microsoft in mind. But I am yet to succeed. The code 'translation' worked …

Member Avatar for jamello
0
247
Member Avatar for ebabes

Can anybody help me identify the code in ASP.Net that is equivalent to MessageBox (C#) or Alert (JSCript). I need a message box that will pop up when a certain condition is not fulfilled. Your response is highly appreciated.

Member Avatar for serkan sendur
0
609
Member Avatar for umapathyperumal
Member Avatar for dilipv
0
113
Member Avatar for ebabes

I usually create a datagrid in Visual Web Developer to display information from a database because it has a wizard for SQL transactions. Is there a way to program and manage the datagrid using C# as a script? Such as add or delete directly a record from the datagrid and …

Member Avatar for dilipv
0
106
Member Avatar for gurpreet.kaur

I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent.

Member Avatar for gurpreet.kaur
0
322
Member Avatar for umapathyperumal

how do i create menu bar(by using java script) in asp.net1.1 somebody help me... please...

Member Avatar for serkan sendur
0
44

The End.