Search

You searched for the word(s): userid:721118

Matching Posts

  • Javascript Validation problem "Alert???"

    I cant work out when to fire this code - or how to call the javascript function _ please help <%@ Page Language= "VB" AutoEventWireup= "false" CodeFile= "Default.aspx.vb" Inherits = "_Default" %> <!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>How
    Posted to Client Side Web Development (Forum) by Sanson on 8/22/2008
  • Re: Visual Web Developer 2008 Express - Registration Window

    Hi any news yet on solving this? I am having the same problem
  • Adding Word Project to your work

    HI, Im trying to follow a tutorial where you integrate word and excel with a webservice. http://msdn2.microsoft.com/en-us/library/aa701256(office.11).aspx . My problem is when i try to add a excel or Word project to my current project i don't get the options. Excel or Word or office. I have tried to remedy this by reinstalling my copy of Visual studio and chnaging the settings, just in case i hadnt installed them in the first place. I dont seem to be able to find out why my project templates
    Posted to Visual Studio 2005 (Forum) by Sanson on 1/28/2008
  • Using MS Word with ASP.NET

    Hello I need to know the best way of creating word documents from an asp.net form. I'll need to have a templated Doc that i can popualte with data from a SQL database. I have seen that there are a number of ways to achieve this but I'm unclear which would best suit my needs. One is using the COM library and creating an ActiveX component or the other is using XML. Thanks
    Posted to Enterprise Services Integration (Forum) by Sanson on 1/24/2008
  • Re: GridView - Change row color based on datavalue.

    What if you used the Code behind to fire a store procedure to populate the gridview? What will the data item be? //retrieve the dataitem, and cast it to the appropriate type //if you bound the GridView to a SqlDataSource then your dataitem is of type DataRowView DataRowView drv = e.Row.DataItem as DataRowView ; //determine the value of the Status field ????? Thanks
    Posted to Data Presentation Controls (Forum) by Sanson on 1/22/2008
  • Re: Infinite loop on raise event

    It could well be. I still havent been able to locate the error. Could yoy please help me solve this code problem as i'm a bit of a newb at raising events: Please change this code for me Protected Overrides Sub OnInit( ByVal e As EventArgs) MyBase .OnInit(e) AddHandler Me .empGridView.SelectedIndexChanged, AddressOf Me .empGridView_SelectedIndexChanged AddHandler Me .EmployeeEdit, AddressOf Me .SaveButton_Click End Sub Public Event EmployeeEdit As EventHandler Protected Sub OnEmpEdit( ByVal e
    Posted to Visual Basic .NET (Forum) by Sanson on 1/21/2008
  • Re: Infinite loop on raise event

    Yes Prescot6, it is raising the event.
    Posted to Visual Basic .NET (Forum) by Sanson on 1/21/2008
  • Infinite loop on raise event

    error: An unhandled exception of type 'System.StackOverflowException' occurred in App_Web_s8e649mf.dll Hi i have an infinite loop when i try and raise a new event. I have a web control in pinkControl.ascx which is for selecting, adding and editing employees. I have successfully passed the value fkEmp to HealthSur.aspx using the following code: Public ReadOnly Property fkEmp() As Guid Get If empGridView.SelectedIndex <> -1 Then Return ConvertStringToGUID(empGridView.DataKeys(empGridView
    Posted to Visual Basic .NET (Forum) by Sanson on 1/21/2008
  • Re: Refresh CSS of a page when Update panel refreshes

    I believe that was a mistake in my code but it still doesnt seem to be working. My page still doesnt swap the Css. The problem im sure is that the css isnt reloading on the UpdatePanel update()
    Posted to ASP.NET AJAX UI (Forum) by Sanson on 1/7/2008
  • Refresh CSS of a page when Update panel refreshes

    Hi, my problem is that when i update my updatePanel i want to change the Css values for a modal popup box. Basically its this you select employee, it refreshes an update panel and redraws a hidden modal popup. Some employees have loads of options that they need to choose and other few. I have 2 Css classes that i need selecting. Here is the code i have written and it all works fine. The problem is that the css doesnt refresh because the content is in an update. I know that this codes is working correctly
    Posted to ASP.NET AJAX UI (Forum) by Sanson on 1/7/2008
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »