Search

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

Matching Posts

  • Re: No mode-control buttons on formview

    Hi spy@g, Thanks for the reply, sorry for delay in replying (see reason to limno above ) Regards, Alan
    Posted to Data Presentation Controls (Forum) by aharrisreid on 5/14/2007
  • Re: No mode-control buttons on formview

    Hi limno, Thanks for the reply. Sorry for the delay in replying but work has taken me away from ASP.NET in the last few months. I am now back on the case and trying to spend as much time as possible with ASP.NET and C#. Regards, Alan
    Posted to Data Presentation Controls (Forum) by aharrisreid on 5/14/2007
  • No mode-control buttons on formview

    How do I get Insert, Edit, Delete buttons to display in a formview? I have a formview which displays data fine in readonly-mode, but I cannot see the buttons which enable me to update the data, and cannot see any property that would enable these controls. I know it is possible because I saw them on a formview in one of the MSFT ASP.NET tutorial videos. Any help would be appreciated. Alan
    Posted to Data Presentation Controls (Forum) by aharrisreid on 1/27/2007
  • Re: Need row count to branch code

    Hi Aaron, Hope that helps. It certainly does - many thanks. Alan
  • Re: Need row count to branch code

    Hi Aaron, thanks very much for the reply and the links. It worth looking at the MSDN documentation on it (http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.sqldatasource.select.aspx) I note that the C# calling syntax states... public IEnumerable Select (DataSourceSelectArguments arguments) Could I use DataSourceCapabilities.TotalRowCount to retrieve the row count when the Select operation is complete, or would this be too complicated? The documentation also indicates a DataReader
  • Re: Need row count to branch code

    Hello agolden, Many thanks for your reply. Apologies for not replying earlier but I was diverted by 'real' (ie. paid) work. >You can use the SqlDataSource.Select method to actually get the data (e.g. DataSet ds = SqlDataSource.Select) Do you mean the Selected method? I cannot find a Select method belonging to SQLDataSource, only Selected or Selecting properties. Regards, Alan
  • Need row count to branch code

    I am a newbie to ASP.NET 2.0, and until I 'find my feet' with this new stuff I am using Visual Web Developer, with C# as my scripting language. I hope this is the most suitable forum for this question, but if not feel free to move it to a more appropriate forum. I have a gridview bound to a SQLDataSource (let's call it MyData), which connects to a SQL-server back-end. If MyData contains rows I want the grid to display the rows, but if MyData contains no rows, I want to display a message. Something
  • Re: Cannot install or uninstall VWD Express

    Hi smcmiata, thanks for the reply. My work around was to install VWD from the "image" file download. Then you have to extract the files from the image by using some 3rd party software (there are a couple of links on the download webpage). And even then, I had to drill down to a setup file inside a folder. I think it was the "lxpvwd.exe" file. I tried your suggestion, but with no success. I've managed to narrow-down the installation problems, as you can see in my 2nd post in this thread. If you (or
  • Problems installing Visual Web Developer (Express)

    I am trying to install Visual Web Developer Express, but with no success. I ran VWDSetup.exe (downloaded from MSFT website) - the process froze while running Setup.exe (CPU use 99% - had to kill via. task manager). I tried installing .NET 2.0 framework first, but this hit the buffers when trying to run "C:\windows\microsoft.net\framework\v2.0.50727\RegSvcx.exe" bootstrapi and ngen.exe (6 times) and I had to kill these via. the task manager. Then it tells me ".NET 2.0 framework has
  • Cannot install or uninstall VWD Express

    I have been using VWD Express for about a month now with no problems at all, but now when I run VWDExpress.exe I get the message "Cannot find one or more components. Please reinstall the application." I re-ran VWDSetup.exe (downloaded from the MSFT website) - it unpacks a few files, then runs a file Setup.exe, which soon consumes 99% of CPU activity and does nothing! I tried uninstalling VWD and .NET 2.0 via. control panel -> add/remove programs. Again, both attempts at removal were
Page 1 of 3 (22 items) 1 2 3 Next >