Search

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

Matching Posts

  • Re: Passing StartDate, EndDate parameters

    Thank you for reply, but maybe I forgot to mention, or you did not get that my request was posted at SQL Server Reporting Services, and there is no event associated to Parameter selection in the dropdownList. Thanks anyway
  • Passing StartDate, EndDate parameters

    I have a table with the following fields: ID, StartDate, EndDate how can I get 2 parameters from this table. I'd like to get a dropdown showing ID, and upon selecting an ID Pass @Start, @End to my query. Currently I am making a new fields with start, End then split the nvarchar to 2 text and convert to 2 dates. I would really appreciate any help . Thanks
  • Treeview Root displayed as Text

    I have spent few hours to find a way to display a TreeNode root of my Treeview as text and not a Link<a>. I put NavigateUrl = "javascript:void(0)"; and it doesn't postback but still is a linkbutton. How can I change this behavior for my node to be just a text. Any help would be greatly apprecaoted.
    Posted to Master Pages, Themes and Navigation Controls (Forum) by FrenchiInLA on 11/9/2009
    Filed under: treeview linkbutton
  • Re: Treeview Root displayed as Text

    Thank you it did fix my issue. root.SelectAction = TreeNodeSelectAction.None;
  • Days is not a member of 'Date'

    I am trying to calculated a field by adding a function in the code. I am getting an error with this line of code: Function GradeByAge(ByVal DOB As String) As String Dim strReturn As String = String.Empty strReturn =(CDate(DOB).Days).ToString return strReturn End Function I tried also by passing DOB as Date for no avail. the error says Days is not a member of 'Date'. what am I doing wrong. Any help would be greatly appreciated.
    Posted to SQL Server Reporting Services (Forum) by FrenchiInLA on 11/3/2009
    Filed under: code field Date function
  • Re: Hidding Listview items in Insert & Edit mode

    What I'm treing to make is when user select a Record to edit, showing a form (EditTemplate) and hiding all other elements of the listview. Thanks to you I know how to hide all itemTemplate, and I will make the thead run at server and will hide it as well thank you very much, you have been really helpful.
  • Re: IgnoreRoute

    thank you for your help. I had MVC preview 2 installed. I jsut installed MVC 1 and everything is working now.
    Posted to ASP.NET MVC (Forum) by FrenchiInLA on 9/7/2009
  • Re: Hidding Listview items in Insert & Edit mode

    Thank you Qin. How do you hide the header?
  • IgnoreRoute

    I start looking at MVC framework and trying to learn from ASP.NET/ MVC page. I started with Routing overview and alomost understant the logic. one point that I have issue with is IgnoreRoute property. I have the last version of MVC and in my MVC Project template' global.asax.cs' method RegisterRoutes(RouteCollection routes) i try to follow the tutorial and added ; routes.IgnoreRoute("{resource}.axd/{*pathInfo}");, but the IgnoreRoute is not a method of RouteCollection. Am i missing
    Posted to ASP.NET MVC (Forum) by FrenchiInLA on 9/6/2009
    Filed under: IgnoreRoute
  • Hidding Listview items in Insert & Edit mode

    Is there a way to hide all existing items in the listview when inserting or editing a Row. I have been asked to make a Listview with the following requirement: Showing items with 2 button Insert, Edit the row. Upon clicking this 2 buttons I have to show jsut InsertItemTemplate, or EditIOtemTemplate. When is done going back to the normal itemview. Any help would be greatly appreciated. I thoight to make 2 lsitview one just viewing, an other one for insert, edit items, but I don't know how to force
    Posted to Data Presentation Controls (Forum) by FrenchiInLA on 9/2/2009
    Filed under: listvew datapager
Page 1 of 10 (97 items) 1 2 3 4 5 Next > ... Last »