in

Browse by Tags

  • How to add object to script control in VB .NET 2008 Express

    Hi I am using Microsof Visual Basic .Net 2008 and Dot Net framework 3.5. I'm using the following code. Dim ScriptCntrl as New MSScriptControl.ScriptControlClass Dim ObjTexbox as new TextBox ObjTexbox.Name = "txtFirstName" ScriptCntrl.AddObject(objTextBox.Name,objTextbox,true) when I m executing...
    Posted to Visual Basic.NET (Forum) by microsoft on 11-25-2009
  • Thread Pooling still makes my GUI freeze

    I have tried to implement Thread pooling as i call the same function multiple times in the process of the GUI update. i would just like the gui to continue to respond while the function continues to get the results from its process. I've tried background worker but that can't be launch multiple...
    Posted to Visual Studio (Forum) by microsoft on 09-01-2009
  • Update Selected Row in DataGridView

    Experts - Visual Studio 2008 - .net windows form I have a DataGridView (TblOrdersDataGridView) that is populated on load where: I want the user to select a row and press a button I want the program to to change the data of one column (forecastId) to a value of (3) in each of the selected row(s). I'm...
    Posted to .NET (Forum) by microsoft on 07-10-2009
  • Using the SQLDataAdapter object

    I have a homework assignment that says, "Using the Data Toolbox, drag a SQLDataAdapter object onto Form1". In the "Data" portion of my Toolbox, I have the choices "Pointer", "Dataset", "DataGridView", "BindingSource", and "BindingNavigator"...
    Posted to Visual Studio (Forum) by microsoft on 06-29-2009
  • 'Unknown Server Tag' Errors Everywhere!

    I've been having this issue for about 4 months now. Ever since I got a new computer at my work, asp.net websites I was working on have not been "building" correctly. Whenever I hit Build, I receive a ton of 'Unknown server tag' errors. The thing is that the pages work correctly...
    Posted to Visual Studio (Forum) by microsoft on 06-15-2009
  • Problem: Cross page post back

    Hello all, I have a webpage that inserts data into a database. Now what i am trying to do is to use a calender tool so that they can select the date. So i have Default.aspx with a hyperlink to Calender.aspx. What i want to do is when the user selects a date on Calender.aspx it returns the date into a...
    Posted to ASP.NET (Forum) by microsoft on 06-09-2009
  • Problem: Click event of Asp:TableRow

    Hey all, I have a webpage where i add rows and cells to an asp.net table dynamically to display data from a database. So what i want to do is when the user clicks on a row it runs a server side function. i was looking at something like TableRow.Attributes.Add or AddHandler TableRow.click. but can't...
    Posted to ASP.NET (Forum) by microsoft on 06-06-2009
  • Problem: Dynamically URL of Service Reference in VB.NET

    Hi Experts, Im searching on google and also here, but I dont get any functional example or tutorial how to setup dynamic service reference. I have project in VB.NET, it is connected to web service on another server, I want to store url of this web service in settings and make it changeable to user via...
    Posted to Visual Basic.NET (Forum) by microsoft on 06-01-2009
  • Problem: Get logged on Domain Username from IP Address

    I need a way of finding out the logged on username for an internal IP address. When i pass the IP address to the function i know the user will be logged on. Any help would be appreciated.
    Posted to .NET Framework 3.x (Forum) by microsoft on 05-31-2009
  • Problem: DataGridView: how to save updates to the database.

    I'm using Visual Studio 2008, Visual Basic.Net. I have a DataGridView. It is bound using an adapter. It shows the data, and I've set the properties to allow all updates. When the user keys in changes, they are just lost when the application closes. They don't commit to the database. What...
    Posted to Visual Studio (Forum) by microsoft on 05-30-2009
Page 1 of 2 (12 items) 1 2 Next >