13,153 Topics
![]() | |
[COLOR=#000000]CALLING NUMBERS IN VB6 using wav file +APIs[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following APIs were used in an application developed in VB5 and compiled in Win98 to read out call numbers from a doctor’s console to patients waiting at the doctor's reception[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Public Declare Function mciSendStringA Lib "WinMM" _[/COLOR] … | |
hi everyone, i am doing a application on datagrid containing checkbox.when the checkbox is checked ,the textbox present in the next column of the datagrid must be visible otherwise it should not.can any one help in this matter. bye | |
hello everyone, i m trying to add row in database through this code: [COLOR=green]Private[/COLOR][COLOR=green]Sub[/COLOR][COLOR=green] btnadd_Click([/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] sender [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.Object, [/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] e [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.EventArgs) [/COLOR][COLOR=green]Handles[/COLOR][COLOR=green] btnadd.Click[/COLOR] [COLOR=green]Dim[/COLOR] rowNew [COLOR=green]As[/COLOR] System.Data.DataRow = DataSet31.Tables(0).NewRow [COLOR=green]Dim[/COLOR] temp [COLOR=green]As[/COLOR] Random rowNew.Item(4) = temp Response.Write(rowNew.Item(4)) '** DataSet31.Tables(0).Rows.Add(rowNew) DataGrid1.EditItemIndex = DataGrid1.Items.Count DataGrid1.DataSource = DataSet31 DataGrid1.DataBind() [COLOR=green]End[/COLOR] [COLOR=green]Sub[/COLOR] [COLOR=green]but … | |
i have two forms open in different frames of a page. form1 contains a tree and form2 contains an update method i.e. with text boxes etc to update this tree. is there a way that when i save i can reference the tree in the form1 from form2 ? | |
I try to print out values from datagrid on button click.I hope I shall get answer from here | |
Hai all, i want to create an page with menu items ...on Mouseover it ll appear and mouseout it ll disappear...pls help me to do this.... Thanks... | |
I have a SiteMapPath control to display a breadcrumb style navigation. When i move from one page to another the SiteMapPath works correctly however when moving to the other pages the SiteMapPath disappears The SiteMapPath is located on a MasterPage along with some text and a TreeViewNavigation and they remain … | |
say i have form 1 with a method SHOWME() and i want to call this method from form 2 (seperate window) cant his be done? | |
hi , i want to kwon the code for a simple popupwindow. can anyone plz share their knowledge with me. bye | |
This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts | |
Hai all in my page already have a tab control with some tabs..now i want to display a menulist when mouse over on it..how can i do this...i have some downloaded scripts..but all r create its own tabcontrol and menus...but i already have the tabcontrol....how to display a menu list … | |
Hi all I have a DropDownList in in one of my web application's Page, now i want to display the contents of that DropDownList in another Page. Can someone please show me the code for this in C#. When i try to use the DropDownList in this other page it … | |
i want to delete a selected row from the database.the entries of database is shown by a gridview and i do <OnRowDeleting="GridView1_RowDeleting"> in source code. i select and bind as follows. [mycode] string str = "select PNR,CreditCardNumber as 'Credit Card Number',EmalAddress as 'Email Address',PassengerName as 'Passenger Name',PassportNumber as 'Passport Number',IPNumber … | |
Hi, I have an xml which looks like this: <Events> <Event xmlns="[URL]http://abc.com[/URL]"> <System> <Name ="abc" /> </System> <Manager> <Name ="abc1" /> </System> </Event> </Events> I use the following code to obtain the System node and it fails XmlDocument document = new XmlDocument(); document.Load("c:\\results.xml"); XmlNodeList tmp1 = document.GetElementsByTagName("Event"); foreach (XmlNode k … | |
A friend of mine had asked me to work on a site for him that he had purchased a word template from someone. I am currently having trouble with editing it. I attempt to change the background image to another image and change the button image also as said in … | |
ok ive just started work for a company and second day in they have asked me whether its possible to convert there entire VB6 applications suite to asp.net making it available to run online for their clients. This is my first job outside uni and having played around with asp.net … | |
Hi I would like to run a javascript function (to confirm deletion) from a web control (asp:button) before posting back to the same page. I have read about how to do this in several places (mybutton.attributes.add... ) However, the fact that I have asp.net validation controls on my page means … | |
An interesting thing happened to me today. I'm converting an asp webpage to asp.net. One of my pages has functions from another file imported through the <!-- include file="myfile.aspx"--> format. When debugging, instead of stepping into the myfile.function, the debugger starts stepping through what appears to be a random segment … | |
Hi Everyone, Looking for ASP.NET 2.0 web host I have the right one for you check it out [url]http://www.thehosting-review.com[/url] Thanks, Alice Jenn. | |
hi i've been making a small site in my pc using Visual Web Developer 2005 express edition and everything works. when i upload the project to a server it starts to give some weird errors. some i've already solved, others... the one annoying me rigth now it's this one: [INLINECODE]Compiler … | |
i have created a web application in c# and ASP.NET1.1 that is having a button on click of which spawns a web page which is hosted on my localhost! i have given the URL to my friend.Now he/she access it . I want a alert box or some notification on … | |
Hi all I am using Web Developer 2005 express edition to create a site. It works fine except for the time out error i sometimes get. I do not always get this error but most of the time when i log in for the first time in the login page … | |
Hi all , I want to disable a text box when i select a value from drop down list, but im not able to so can u please help me This is my code: [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] type_SelectedIndexChanged([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] type.SelectedIndexChanged [COLOR=#0000ff]If[/COLOR] type.SelectedItem.Value = [COLOR=#800000]"Income"[/COLOR] … | |
I found a few posts on this forum related to this, but I was not able to find anything directly related to my issue. I have a login page (default.aspx) that works great for 90% of our users (mostly Macs). The other 10% (mostly PCs) report that they enter their … | |
Hi all, I have a field named [COLOR=red]'UserDeleted' [/COLOR]which is set to [COLOR=red]false[/COLOR] by default. Records shouldnt be deleted from the database but the field Userdeleted should be set to true when user deletes a particular record. when i click on delete button a gridview is shown with delete commanfield … | |
I got this error Message. [B]Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 5/24/2007 Time: 10:34:10 AM User: N/A Computer: WEB Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 5/24/2007 10:34:10 AM Event time (UTC): 5/24/2007 3:34:10 PM … | |
[COLOR=green]Dim[/COLOR] cb [COLOR=green]As[/COLOR] [COLOR=green]New[/COLOR] OleDb.OleDbCommandBuilder(da) ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text da.Update(ds, "me") Im getting a hard time on updating the database, What should I do to update or even add to the database. The code above is what I use but still it gives me an error. Please help. … | |
i am using a gridviw to display values from database and using formview to insert values to gridview i have the following fields in formview during insert mode like Name : StartDate: EndDate: now when i enter the startdate the Enddate should automatically add 7 days to startdate and get … | |
Hai,, i want to post data with screen scrap page.. i want to send from to destination station which class and date... i run the screenscrap.aspx page the posted data send to the request page with to display the posted page that is searched page..) here my code.. ScrapPage.aspx.... Public … | |
Hi All... I have a datagrid with values bound to it..I have two columns in the datagrid.The first column is the name field and the second column is age field..Now i need to higlight the highest age which is found in the datagrid..I want to differentiate it from other rows … | |
[code] var ie4 = (document.all) ? true : false; var ns4 = (document.layers) ? true : false; var ns6 = (document.getElementById && !document.all) ? true : false; function openDesc(text) { if (ie4) { document.all["Description"].style.visibility = "visible"; document.all["TitleClose"].style.visibility = "visible"; } if (ns4) { document.layers["Description"].visibility = "show"; document.layers["TitleClose"].visibility = "show"; } … | |
Hey everyone. I have some work I have to get done for work and it involves ASP, .NET, SQL, and C# being developed on MS Visual Studio 2003. I was wondering if anyone had any resources out there for VS 2003? Mostly everything I find is for 2005 and we … | |
Hi, I am creating website with using webservices and oracle database. In which i have expect the synchronization problem in future. So how to solve or prevent this synchronization problem through coding or any way. Any idea that would be great ! Thanks, Satees | |
I am working with ASP.NET, C# and SQL Server. What I am trying to do seems simple enough, but is causing me alot of problems. I am trying to set up my DataGrid so that is updates only when i press the Update button. It is pulling information from 5 … | |
[COLOR=#000080]Dim[/COLOR] cb [COLOR=#000080]As[/COLOR] [COLOR=#000080]New[/COLOR] OleDb.OleDbCommandBuilder(da) ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text da.Update(ds, "me") Im getting a hard time on updating the database, What should I do to update or even add to the database. The code above is what I use but still it gives me an error. Please help. … | |
Good morning, I have created a registration page with a few little things built in to eliminate duplicate users. I am getting the follow error after clicking the register button: cannot find 'file://C:/CTGR/_access/%3C%=MM_editAction%%3E'. Make sure the path or Internet address is correct. Ideas on how to get this error to … | |
| |
#[URL="http://www.daniweb.com/techtalkforums/post371074-1.html"][B]1[/B][/URL] Hi Everyone: A page on my site is encountering problems with the [URL="http://www.daniweb.com/techtalkforums/thread78998.html#"]AOL[/URL] 9.0vr explorer browser. The page is using a [URL="http://www.daniweb.com/techtalkforums/thread78998.html#"]Server[/URL].Transfer() ASP.NET call to redirect to another page on my site. The AOL browser spits out gibberish ("a22a <meta NAME='DESCRIPTION'") and ignores the rest of the HTML on … | |
Dear All... I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to … | |
i used in this below code in usercontrol but error happen because the checkbox value didn't pass please help how to pass the checkbox value i try <!--onclick="checkedChanged(this,'checkbox')--> this line but the checkbox is runat=server so different value is generated in html view source code... so doesn't work this code........... … | |
I need to create connection pool i think shared connections and controlled through semaphores. or its only on connections string level? , i saw code in java but NET nothing. | |
I've just finished a long term contract and looking for another big project; 3-6 month contract or a full time offsite position as an ASP.NET developer/architect. I have 6 years of a full cycle development experience with ASP.NET 2.0 (C#) and Microsoft SQL Server 2005 development. * I have strong … | |
Hi all, I am trying to insert date but not able to, im using SQL server. This is my code: [COLOR=#0000ff]Dim[/COLOR] str [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR][COLOR=#0000ff]Dim[/COLOR] cmd [COLOR=#0000ff]As[/COLOR] SqlCommand [COLOR=#0000ff]Dim[/COLOR] con [COLOR=#0000ff]As[/COLOR] SqlConnection [COLOR=#0000ff]Dim[/COLOR] sql [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR] [COLOR=#0000ff]Function[/COLOR] AccessDate([COLOR=#0000ff]ByVal[/COLOR] dateandtime) [COLOR=#0000ff]Dim[/COLOR] myday [COLOR=#0000ff]Dim[/COLOR] mymonth [COLOR=#0000ff]Dim[/COLOR] myyear myday = Day(dateandtime) [COLOR=#0000ff]If[/COLOR] … | |
Hi there, Looking for ASP.NET 2.0 web host I have the right one for you check it out [url]http://www.thehosting-review.com[/url] Ponte. | |
[COLOR=darkblue]i have a dataview contains a column age (datatype as string)....with the data like "35/5" (i.e 35 years and 5 months) ,"9/6","101/4","23/3"..... when i am trying to sort the gridview by age asc..it diplays the result as 101/4,"23/3","35/5","9/6" it is sort with the first char of each data...but i need … | |
hi i'm using a dropdown to enable the users to choose the product family in (or on, i don´t know... :-( ) a form. when the user clicks in the save button, it saves all info into the database, including the family_product_id, with the [INLINECODE]selectedvalue[/INLINECODE] property... the problem is that … | |
can any body helpme on this point! i have the merge module MSDE n i have to deploy website to another PC i dont want that i install mysql there i want to attach just a fileor dll of database to the project set up . so i will not … | |
Hai all i need to concate more than one colunms and show it on dropdown list ( each columns have a regular intervals.)..how can i solve this pls give some guidelines,,, Thanks, Vimal.V | |
I have an SQL database and an ASP.NET home page. I want to add, delete, update/create data directly to the database from the home page. How can I do this. Give an example if possible |
The End.