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
M

Mkanchha

@Mkanchha
About
Posts
63
Topics
33
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP.NET EXPORT TO EXCEL
    M Mkanchha

    Blank Excel File generated.

    ASP.NET csharp asp-net tools

  • ASP.NET EXPORT TO EXCEL
    M Mkanchha

    What is the Different my code and this codde?

    ASP.NET csharp asp-net tools

  • ASP.NET EXPORT TO EXCEL
    M Mkanchha

    After export gridview to excel using asp.net and vb.net Save as Type:Web Page. I want it should be Microsoft Office excel workbook My code like this ==================== gvRpt.AllowPaging = False gvRpt.GridLines = GridLines.Both Dim style As String = " .text { mso-number-format:\@; } </script> " Response.ClearContent() Response.Clear() Response.Buffer = True Response.Charset = "" Me.EnableViewState = False Response.AddHeader("content-disposition", "attachment;filename=" & RptName & ".xls") Response.ContentType = "application/excel" 'Response.ContentType = "application/vnd.ms-excel" Dim sw As New StringWriter() Dim htw As New HtmlTextWriter(sw) gvRpt.RenderControl(htw) Response.Write(style) Response.Write(sw.ToString()) Response.End()</x-turndown>

    ASP.NET csharp asp-net tools

  • Datagrid
    M Mkanchha

    Hi to All, I display the data in DataGrid and I put bottom columns(Edit, Update, Cancel and Delete). Now, I want using javascript To validate the user input. Like Numeric Only and when User click Update that time i want to confirmation. Mkanchha

    ASP.NET javascript announcement

  • Dataset
    M Mkanchha

    I my dataset there are 100 records, how to get the records between 5 to 10 If you have the example please Paste it. Mkanchha

    ASP.NET tutorial

  • Datagrid Update Command
    M Mkanchha

    Hi I am using ASP.NET1.1 with Back end VB.NET Code. I am trying to used Update command in Datagrid. But i am getting error in this line.. Private Sub DataGrid1_UpdateCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles DataGrid1.UpdateCommand Dim eId As String eId = DataGrid1.DataKeys(e.Item.ItemIndex) 'This line End Sub Error: "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" i want to know there i done Mistke Mkanchha

    ASP.NET csharp css asp-net database

  • Hidden Fields
    M Mkanchha

    Thanks for Your Reply. But Still I am not getting the values. BackendCode--First Form Hidden1.Value =TxtName.Text Server.Transfer("abc.aspx") BackendCode--Second Form dim Name as string Name=Request.Form("Hidden1") Please Tell Me where I made Mistake. Mkanchha

    ASP.NET csharp asp-net tutorial

  • Hidden Fields
    M Mkanchha

    How to Transfer Value from One Page to another Page Using Hidden Fields. I am using ASP.NET 1.1 Mkanchha

    ASP.NET csharp asp-net tutorial

  • Email.
    M Mkanchha

    Thanks for your Reply. Mkanchha

    ASP.NET csharp asp-net

  • Email.
    M Mkanchha

    Hi TO ALL, I WANT TO KNOW THAT WHEN I SEND EMAIL FROM MY YAHOO ID TO MY FRIEND GMAIL ID WHAT WILL BE THE BACKGROUND PROCESS. I know this questions is not belongs to ASP.NET Code.... Mkanchha

    ASP.NET csharp asp-net

  • Please Help Me
    M Mkanchha

    Thanks, Now it's working Perfect MKanchha

    Database design help

  • Please Help Me
    M Mkanchha

    Thanks for your Replay. I get the SP it's comple successfully but while execute it giving the error. THIS IS MY sp ----------------- ALTER proc Test (@iOrder char(1)) as select * from tblabc order by case WHEN @iOrder='1' then vsName else nYOP end ASC -------------- EXEC TEST '1' -------------------- Error: Msg 8114, Level 16, State 5, Procedure Test, Line 4 Error converting data type varchar to numeric. ------------------------------------------------------ Please Tellme where I made Mistake Mkanchha

    Database design help

  • Please Help Me
    M Mkanchha

    Hi to all, I want to write storedprocedure which take Name or Year as Parameter and Display Records Order by Name or Year. Note:From UI User may select Orderby Name or Year. Mkanchha

    Database design help

  • web.config
    M Mkanchha

    I want the Encript and Decript my connectionString inside the WEB.CONFIG file Mkanchha

    ASP.NET tutorial

  • Bind DropdownList
    M Mkanchha

    Thanks for your Replay, But Where is the Serverside code to bind the DropDownList Mkanchha

    ASP.NET

  • Bind DropdownList
    M Mkanchha

    Thanks for your Reply, If you have example Please Paste it Mkanchha

    ASP.NET

  • web.config
    M Mkanchha

    Thanks for your Reply. But I am Not Getting my answer from that URL. If you have another examples or code please paste it Mkanchha

    ASP.NET tutorial

  • Bind DropdownList
    M Mkanchha

    Hi to all, I want to bind DropdownList inside the DataGrid. If you have the code or Examples Please Paste it. Mkanchha

    ASP.NET

  • web.config
    M Mkanchha

    Thanks for your replay. If you have some examples, Please Post it Mkanchha

    ASP.NET tutorial

  • web.config
    M Mkanchha

    Hi to all, I want to know how to encript and decript my connectionstring inside the web.config file Mkanhha

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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