| Please Help im going Crazy on this one (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Hi Group, Im trying to Format some coloums on my Datagrid so that only 3 Coloums are show out of the 20 in my Dataset, I just carn t for the life of me get it to work, i ve looked everywhere for info but with no joy. Does anybody have any example code links? or even better project links? here is my following Code if anybody can help me with this please Many thanks Si Private Sub frmContracts Load(... |
|
| Please help me with my lost UDP packets (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| I'm new to the Compact Framework and C# but have been programming for years, but not on small devices. I have written a program running on Dell Axim that receives UDP packets. that was converted from java using the tool provided by Microsoft. It creates a TextBox to display messages (like "packet received" etc) and a button. When the button is pressed the program listens for UDP packets on port 51... |
|
| please help with file access and security issues (VIP replies) |
| microsoft.public.dotnet.security |
| Greetings I am very new to .NET and I am having some security issues with file access. I have created a small .dll file to read in some binary files and create some integer arrays from the data. Everything works fine on my machine. I emailed it out to be tested on another machine in one of our other labs and he is getting the following error even though he is the local admin for the machine and th... |
|
| PLEASE HELP! a problem with complex data types and web services (VIP replies) |
| microsoft.public.dotnet.framework.webservices |
| I have the wsdl below and I am trying to create a client application to communicate with the web service. However I always get the following error in vs.net "Value of type 'sptest.DocumentURLs' cannot be converted to '1 dimensional array of sptest.DocumentURLs" Please any help would be appreciated here is my code that I am trying to access the web service with: Public Sub button click(ByVal sender... |
|
| Please Help! Arraylist of structures (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| I have a form with a 2 textboxes and a listbox, The data is read in by a file called "memberphones" The listnbox lists names in this way (lastname,first name) sorted by the last name. the textboxes have the "lastname,first name" and the phone in the other one. Now I am stumpped about how to write the instrucution to modify a record of the arraylist. here is the whole code. Imports Microsoft.Visual... |
|
| Please Help! Arraylist of structures(2) (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| I recently wrote this code, it lists the account numbers but the textboxes are empty what is the problem? I can't seem to get it. Dim trans counter As Integer Dim trans read() As String Do trans read fv.ReadLine.Split(","c) transaction.amount trans read(0) transaction.type Convert.ToString(trans read(1)) transaction.number trans read(2) array.Add(transaction) trans counter 1 Loop Until fv.Peek 1 R... |
|
| Please Help! How to identify which button was clicked? (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi all and thanks in advance, I am stuck! I can't figure out how to identify which button was clicked on my ASP.NET page in the PostBack event? So what I am trying to do is to is to have an if statement like as follows in the PageLoad: private void Page Load(object sender, System.EventArgs e) { if (!Page.IsPostBack) { //do something here } else { if (btnSave.clicked) //do something here else //do ... |
|
| Please Help. Questions about SQL in web form (VIP replies) |
| microsoft.public.dotnet.framework.adonet |
| Questions are at the end. I am developing an ASP.NET web form and I have some questions about how to properly use the SQLDataAdapter and Dataset objects. When the application is started, the user is presented with a search form. The txtSearchDate.text and DropDownList1.selecteditem.text are used as search criteria. The user enters a date in txtSearchDate and selects an agent from a dropdown. Then ... |
|
| Please help... (VIP replies) |
| microsoft.public.dotnet.framework.adonet |
| Hi, I would like to have my web connect to a SQL Server and display data on a web form. My question is if a Social Security Number is not is the database, error occurs... what should i do... thanks %@ Page Language "VB" debug "true" ContentType "text/html" ResponseEncoding "iso 8859 1" % %@import namespace "system.data"% %@import namespace "system.data.oledb"% %@import namespace "system.data.sqlcl... |
|
| Please help... (VIP replies) |
| microsoft.public.dotnet.general |
| Hi, I am very new to .Net I want to connect to SQL Server display data on the web with the following code, but the problem is if I key in a Social Security Number which is not in the SYstem, error occur... what should i DO, thanks, thanks, thanks, %@ Page Language "VB" debug "true" ContentType "text/html" ResponseEncoding "iso 8859 1" % %@import namespace "system.data"% %@import namespace "system.... |
|
| Please help..... (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi, Could you please take a look and tell me what this means? Cor has tried to help me, but we haven't found it yet. Everytime I run this code, I get an exception error. Here is my code: Dim connStr As String "Provider Microsoft.JET.OLEDB.4.0;data source " & Me.txtFile.Text Dim SQLstr As String "SELECT * FROM sitelist" Dim cn As New OleDb.OleDbConnection(connStr) Dim da As New OleDb.OleDbDataAdapt... |
|
| Please Tell me what Am I doing wrong... Please (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Hi, I have a question, and please I need a answer. How can I finalize a thread running with Application.Run (I need the message loop!!!) without call Thread.Abort?. I want to call Application.ExitThread in the same thread that it is running. So, This is my example and I don't know why WaitProc methods runs on different thread. I'm sending the source code, it is really a very simple source code. 1)... |
|
| Please Urgent - Update Data Source Problem ? (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| I'm facing problem to update the data source after I make changes to the data table. I try to call DataAdapter.Update() to transmit the changes cached in DataSet to the database, but it didn't work ??? Can any one help me ??? Bekow are the full program can anyone please kind to check for me, I've been try to solve this problems more than 5 days Thankssssssss...very.....very much using System; usin... |
|
| Pls Help....URGENT (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| How can I run another VB.net application from within a VB.net application |
|
| PMT Function (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Having problems getting the PMT function working. I'm new to programming, and I read the tech notes On how to set up. But it still doesn't work. Can somebody just give me an example the proper way to set up. I'm woking on a LOAN program. TIA! Rudy |
|
| PocketPC Power Settings API (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| Are there any APIs (similar to kernel32.dll's GetSystemPowerStatus()) that I can hook into to determine a PocketPC's battery life? |
|
| Pop-up?message box? (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webcontrols |
| What is the best way to display pop up messages, i.e. Confirmation, etc.? I'm using vb in asp.net. I've read another posting on the 'confirmation' subject but am a little unclear. I'd like to confirm a delete operation using a pop up. On button, once clicked, goes straight to the Sub that deletes the record. Should I place a condition in the sub asking the user to confirm delete? I normally use a ... |
|
| Populate DropDownList (VIP replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi , I'm trying to populate DropDownList from data base but it doesn't work. Could someone help me! My code is: private void Page Load(object sender, System.EventArgs e) { // Put user code to initialize the page here SqlConnection conn new SqlConnection("Data Source BLEK;Initial Catalog Estate; User ID blek; Password banderas"); SqlDataAdapter da new SqlDataAdapter ("Select * FROM blek.TypeOffer "... |
|
| Populating a dropdown list and having one option preselected (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webcontrols |
| I have a dropdown list that is populated from a hashtable. Dim resourceHashtable As Hashtable oData.GetResources("Counters") selCounter.DataSource resourceHashtable selCounter.DataTextField "value" selCounter.DataValueField "key" selCounter.DataBind() Is there a way to add "selected" to one of the options as in the html below? select id "selInsuranceOptions" size "1" runat "server" option value "0... |
|
| Populating a Table not a datagrid (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Hi All : ) I need to populate a table I created as a web form. Are there any links to show me how to do this? I CANNOT use a dtagrid for this, the table has to be laid out as follows: Header Row Header Row Static data Dynamic (read only) data Break Header Row Header Row Header Row Header Row Static Data Dynamic (read only) Dynamic (read only) Calcultiion This makes it impossible for me to use a da... |
|
| Populating array with color values (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, I'm trying to populate an array with color names. I keep getting an error. Here is the line that fails: Dim Colors As String() Enum.GetValues(enumColor.GetType()) |
|
| Populating ComboBox from Table (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| thank you in advance for any and all assistance. I'm trying to populate a combobox with a table in VB.Net. Table Name: tblBreed cboBreed Thank you again. Michael |
|
| Populating DataGrid (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webcontrols |
| Hi there!! Sorry for the simplicity of this one, but I am just getting my feet wet in this. How do I populate a data control manually from code? In other words I want to fill it myself not have it bound to a back end database. Is there another control that would better suit this? Any code examples would be awesome. Thanks, Joe |
|
| Populating Drop Down Lists Based on Another DDL (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi All, I have 3 dropdown lists which function as filters for the data being passed into a datagrid...On Page load, the first drop downlist populates with relevant data(using sql query), n now, depending on the selection of the first drop down list, corresponding values get populated into the second drop downlist, sort of like country, state, city hierarchy...n depending on the selected index on 2... |
|
| Popup Browser window (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, I require to have a button on the weinforms pages such that upon user click on the button, the event handler pops up another browser window to another url and current browser screen remains unchanged. How can i do that? Thanks, Ali |
|