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
K

kumar_k508

@kumar_k508
About
Posts
45
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to bind three gridview independly?
    K kumar_k508

    You can use threads to fetch data for the different grids. Threads were independently and you can use ajax to show busy indicator.

    S Kumar

    ASP.NET tutorial question css

  • update database through mail on clicking the link
    K kumar_k508

    i'm not using AJAX...by using javascript how can it is possible..?

    S Kumar

    ASP.NET database announcement

  • update database through mail on clicking the link
    K kumar_k508

    IS there anyway to update database by simply clicking a link on email ... it has to be done with out open any web page...

    ASP.NET database announcement

  • Formatting the gridview control
    K kumar_k508

    Please post your question little bit clear... and as per my understand you want to fetch only one record from your table, for that, you have to write a query to fetch the particular one record according to your requirement...and bind it to your gridview... Cheers:rose:

    S Kumar

    ASP.NET question

  • ConnectionString
    K kumar_k508

    What is the error you are getting?

    S Kumar

    ASP.NET database help

  • Formatting the gridview control
    K kumar_k508

    Yes,it is possible... Exactly what do you want?

    ASP.NET question

  • Please help with Data Grid export problem
    K kumar_k508

    Hi, CHeck the below code... Response.Clear() Response.Charset = "" 'set the response mime type for excel Response.ContentType = "application/vnd.ms-excel" Response.Charset = "iso-8859-1" 'create a string writer Dim stringWrite As New System.IO.StringWriter 'create an htmltextwriter which uses the stringwriter Dim htmlWrite As New System.Web.UI.HtmlTextWriter(stringWrite) dg.DataSource = ds 'bind the datagrid dg.DataBind() 'tell the datagrid to render itself to our htmltextwriter dg.RenderControl(htmlWrite) Dim strStyle As String = "<style>.text { mso-number-format:\@; } </style>" **Response.Write(strStyle + stringWrite.ToString) Response.AddHeader("Content-Disposition", "attachment")** Response.End() Protected Sub dg_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles dg.RowDataBound If e.Row.RowType = DataControlRowType.DataRow Then e.Row.Cells(1).Attributes.Add("class", "text") End If End Sub and just change the code in response.write line according to above... Cheers:rose:

    S Kumar

    modified on Thursday, July 9, 2009 4:35 AM

    ASP.NET help css design tutorial

  • redirecting pages
    K kumar_k508

    Hi, By using Response.Redirect("ur URL") and server.transfer("ur URL")

    S Kumar

    ASP.NET help tutorial

  • Login/Logout Problem
    K kumar_k508

    By using javascript ,you can disable back/history button

    modified on Thursday, April 2, 2009 5:51 AM

    ASP.NET

  • GridView Row Height Problem..
    K kumar_k508

    You Can set the Row hight property also ....

    ASP.NET

  • How to display data from the database in three columns?
    K kumar_k508

    What do you want exactly...

    ASP.NET

  • postback in asp.net
    K kumar_k508

    What is the exact problem...?

    ASP.NET csharp asp-net sysadmin help

  • need some explaination about the session in as.net
    K kumar_k508

    Hi, Only one seesion value will be created

    ASP.NET csharp sysadmin

  • want to give cssclass to a string
    K kumar_k508

    Hi, You can assign your string value to a label and assign style sheet for that label ,... hope this will help u...

    ASP.NET

  • Response.Redirect()...
    K kumar_k508

    HI, What was error it was showing..?

    ASP.NET javascript help question

  • How to get the "DataSource" in the Connection String ?
    K kumar_k508

    Hi, You have to give the ip address or server name provided by your service provider in the connection string...,with out this you can not establish the connection to the server

    ASP.NET database sysadmin tutorial question

  • posting problem
    K kumar_k508

    Hi, please post the proper question with proper description..

    ASP.NET help

  • RadioButton in GridView
    K kumar_k508

    HI, Use Templatecolumns for placing radio buttons in gridview and after that by using javascript or server side code you can hide/visble the rows ...

    ASP.NET

  • Userrights to show menus
    K kumar_k508

    Hi, By using javascript also you can set the access for different user's

    ASP.NET question tutorial csharp asp-net

  • Connection string web.config file
    K kumar_k508

    Hi, you can also use different connections at the runtime ,just you have to declare your connection string at runtime ie; in .vb or .cs file

    S Kumar

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

  • Don't have an account? Register

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