Search

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

Matching Posts

  • Re: Operation must use an updateable query

    How do I change the ASP.NET permissions? In Win2000 their was a permissions tab and it had asp.net. The proccess was so much easier. Im running XP now and i dont know how to change to this permission. Thank you.
  • Re: How to compile vb code

    Thank You! Its a great add-on but it does'nt compile pages created in Visual Studio. Example(inboxReport.aspx.vb): Protected WithEvents Label1 As System.Web.UI.WebControls.Label This label exist in the web form inboxReport.aspx but when I compiled the code page it throws an error saying it doesnt exist. *********** Protected WithEvents Label1 As System.Web.UI.WebControls.Label ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\deconflictionOrTarget\inboxReport.aspx.vb(11) : error BC30002: Type 'System.Web.UI.WebControls
    Posted to Web Matrix General Discussions (Forum) by Epagan on 2/23/2005
  • How to compile vb code

    I have ASP.NET applications that I have created using VS.NET. I've recently started using web matrix and i noticed that it doesn't create the code in a separate file like VS does. I've made changes to the code pages i already created in VS using the web matrix. But the changes are not applied. The application only runs the last compiled version i had made in VS. Is there a way to re-compile my code(aspx.vb) pages using the web matrix? Thanks for any and all replies.
    Posted to Web Matrix General Discussions (Forum) by EPagan on 2/14/2005
  • Error! creating a new Mobile page

    When I try to create a mobile page in Web Matrix it returns an error "could not open document. specified cast is not valid"(Web Matrix). I checked the directory where i tried to create the file and the file is there, but when I try to open the file it returns the same error. Does anyone know of a solution to this problem? Thank you! I appreciate any and all replies.
    Posted to Web Matrix General Discussions (Forum) by EPagan on 2/7/2005
  • Error creating mobile page in Web Matrix

    I select add new file then i choose the add a mobile page option and it returns an error 'Unable to open document. specified cast is not valid'. I looked in the directory and the file was created. I try opening it and it returns the same error. Does anyone know of a solution to this problem? Thank you! for any and all replies.
    Posted to Mobile and Handheld Devices (Forum) by EPagan on 2/7/2005
  • How to display columns from different tables on one dataGrid

    Im working on a project. One of the requirements was to have an inbox page that diplays the following fields: 'dateOfSubmission', 'NameOfInquiry','type' and with a 'show details' link to show more details regarding the specific inquiry. My situation is, different inquiry's are submitted into an access database but they are stored in different tables depending on what type it is (for example a phoneNumber inquiry, location inquiry or event inquiry). All three tables have the following common fields
  • Re: SQL Statement ERROR!

    If the data type for the field in the table is date. Then your error is you need to enclose the date between this symbol # not ' '. Example: Dim txtSql As String = "Select id from tblEmployees where DateStarted=#" & dateStarted.Text & "#;" this example is in vb but its pretty simple. Hope it helps.
  • How to display columns from different tables on one dataGrid

    Im working on a project. One of the requirements was to have an inbox page that diplays the following fields: 'dateOfSubmission', 'NameOfInquiry','type' and with a 'show details' link to show more details regarding the specific inquiry. My situation is different inquiry's are submitted into an access database but they are stored in different tables depending on what type it is (for example a phoneNumber inquiry, location inquiry or event inquiry). All three tables have the following common fields
  • How to display columns from different tables on one dataGrid

    Im working on a project. One of the requirements was to have an inbox page that diplays the following fields: 'dateOfSubmission', 'NameOfInquiry','type' and with a 'show details' link to show more details regarding the specific inquiry. My situation is different inquiry's are submitted into an access database but they are stored in different tables depending on what type it is (for example a phoneNumber inquiry, location inquiry or event inquiry). All three tables have the following common fields
    Posted to Data Presentation Controls (Forum) by epagan on 1/28/2005
  • gacutil is not recognized as an internal or external command, operable program or batch file.

    gacutil is not recognized as an internal or external command, operable program or batch file. Does anyone have a solution to this error. I already set the correct path for the framework in the system properties.
    Posted to Cassini Sample Web Server (Forum) by epagan on 1/3/2005
Page 1 of 2 (17 items) 1 2 Next >