Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

praveenanand

@praveenanand
About
Posts
29
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • regarding Group by
    P praveenanand

    Hi, if we are trying to add the several columns in select statement without using Aggregate functions and only one condition in group by. how can we do that ??

    Database question

  • Generic Insert & update procedure
    P praveenanand

    hi thanks for u reply.. can u help me in writing the query for that requirement.If u have any thing about the dynamic sql and like generic procedures ..please help me by giving some sample query.

    Database help database question announcement

  • Generic Insert & update procedure
    P praveenanand

    hi all, i want to write a generic Insert & update procedure.It should work with different tables having diffrerent datatypes.suppose let say table1 may have col1 int,col2 varchar... and let say table2 may have col1 varchar,col2 char..like that..and so on.. generally till now wat iam doing is that iam writting different stored procedure for different tables.. Now i want to write One Insert & update procedure in my project...and for all the tables in the project i want to use only that procedure. Is it Possible? If yes kindly help me ..on resolving this issue.. Thanks & regards suman

    Database help database question announcement

  • regarding XML
    P praveenanand

    how to insert,update,to fill data to datagrid..using XML?

    C# xml tutorial question announcement

  • export from grid to excel,word
    P praveenanand

    hi in my windows based application i need to export data from grid to excel,word. iam very new to c#.net.please kindly help me.

    C# csharp css help

  • gmail to .net web application
    P praveenanand

    hi all, i want to import all the inbox mails in my gmail account to my web application.Could anyone explain me how to access to the Gmail inbox or simply retrive emails? Thanx

    ASP.NET csharp tutorial question

  • ASP.Net different result between IE6.0 and IE7.0
    P praveenanand

    hi iam facing same problem....... help me .....how u solved this problem..........kindly help me........

    Web Development help question csharp asp-net graphics

  • help
    P praveenanand

    don't give ur work to others....first u try ....if struck any where ask us we r ready to help u

    ASP.NET help

  • how to bind the data from dropdownlist when dropdown is in datagrid or gridview
    P praveenanand

    hi all i have a dropdownlist in datagrid and have to populate it data in pageload along with grid.later i have to fire the ddlselectedindex when it is in grid

    ASP.NET css tutorial

  • drag and drop
    P praveenanand

    hi all, i have 2 textboxes(multiline).if i select text in one textbox i have to drag that text and drop in another textbox. how i have to do it?help me it is urgent

    ASP.NET help question

  • meterial for oops
    P praveenanand

    hi all, can anyone provide a very very good meterial for oops

    ASP.NET

  • generating the crystal reports in webapplication asp.net 2.0
    P praveenanand

    hi all, help me in generating the crystal reports in webapplication asp.net 2.0 using c#.net

    ASP.NET csharp asp-net help

  • disable copy otion
    P praveenanand

    hi all, i need code for not pressing ctrl c in input field form to copy text and also no right click copy

    ASP.NET

  • how to send and recieve mails
    P praveenanand

    hi all how to send and recieve mails using .net2005 give me some examples... heip me....it is urgent

    ASP.NET csharp tutorial

  • how to use postback url in .net2005
    P praveenanand

    hi help me and tell me how to use postback url in .net2005?plz give an example

    ASP.NET tutorial csharp help question

  • request.form
    P praveenanand

    how to use request.form?

    ASP.NET tutorial question

  • response.form
    P praveenanand

    how to use response.form ? give me an example

    ASP.NET tutorial question

  • How to generate Report in MS Word
    P praveenanand

    it is working fine for me i tested again ok bye best of luck

    ASP.NET database csharp asp-net sql-server wpf

  • How to generate Report in MS Word
    P praveenanand

    as an example take a sample grid and populate with data from database and then press button here text and id of button is word protected void word_Click(object sender, EventArgs e) { //string attachment = "attachment; filename=f.xls"; SqlDataAdapter da = new SqlDataAdapter("select * from empdata", cn); DataSet dsExport = new DataSet(); da.Fill(dsExport); System.IO.StringWriter tw = new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter hw = new System.Web.UI.HtmlTextWriter(tw); //DataGrid dgGrid = new DataGrid(); //dgGrid.DataSource = dsExport; DataGrid1.DataSource = dsExport; // //Report Header hw.WriteLine("" + "Report for the Employee Information: " + ""); //hw.WriteLine("
    "); //// Response.AddHeader("emp info", attachment); // // Get the HTML for the control. //dgGrid.HeaderStyle.Font.Bold = true; //dgGrid.DataBind(); //dgGrid.RenderControl(hw); DataGrid1.HeaderStyle.Font.Bold = true; DataGrid1.DataBind(); DataGrid1.RenderControl(hw); // // Write the HTML back to the browser. Response.ContentType = "application/msword"; this.EnableViewState = false; Response.Write(tw.ToString()); Response.End(); }

    ASP.NET database csharp asp-net sql-server wpf

  • How to generate Report in MS Word
    P praveenanand

    word_click is just list button_click.......ok here button text&id is word

    ASP.NET database csharp asp-net sql-server wpf
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups