Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alex5935
  • Content: Threads
  • Order by date
  1. alex5935

    how to bring save as dialog box in asp.net

    Hello is anyone know how to bring a save file as dialog box in ASP.net?
  2. alex5935

    includes

    Hello everyone! Is anyone know a way to search whether one include contain the other include.
  3. alex5935

    RDLC parameter passing

    I am adding parameter to my report in the design view and at the run time I am setting it's value code below: paramList.Add( new ReportParameter("ReportYear", "2003", false)); this.reportViewer1.ServerReport.SetParameters(paramList); //...
  4. alex5935

    Form_load event issue

    I am new to windows forms and trying to use form_load event. See code bellow. private void Form1_Load(Object sender, System.EventArgs e) { MessageBox.Show("TEST"); } When the window's form is showing up, nothing is happening. I would appreciate your suggestions.
  5. alex5935

    Use Microsoft reports inside visual studio express

    I am trying create rdlc reports microsoft reports in Visual Studio Express and can't find any templates when going to add new item. Any suggestions appreciate.
  6. alex5935

    ADO recordset asp

    I am having an issue with data access through the record set. When I am getting value from execution of the sql query with asp execute statement. The order of the selected data columns in the query is matters. For example if my query “select firstname, lastname from users”, and I will try...

Part and Inventory Search

Back
Top