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

kumareshTMC

@kumareshTMC
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Internet connection problem
    K kumareshTMC

    hi all, In our company we are using 1mbps airtel broadband connection we are connecting the Lan connection connects via system ethernet card as IP address for other machines we chose as Default gateway thats is working fine ...we brought the BSNL DSL conncetion for 2 mbps in this Airtel also wants to work and BSNL also work.. how it can possible

    Hardware & Devices help

  • about asp dot net?
    K kumareshTMC

    Hi yr cheguevara.. To have the ideas of to become good sound in asp.net to know the following languages HTML Javascript SQLserver For database connection ASP

    ASP.NET question

  • How To Load The Menu Dynamically In Vb.Net ?
    K kumareshTMC

    hai to all, I am new to Vb.Net Windows Application How To Load The Menu Dynamically In Vb.Net.

    Visual Basic csharp tutorial question

  • Regarding MP3 Format In .net [modified]
    K kumareshTMC

    Hi To all Which Is The Best Media Player In .NET It also support Microsoft technologies.

    modified on Tuesday, January 22, 2008 11:59:41 PM

    ASP.NET csharp

  • want to fransfer datas from sql server to excel
    K kumareshTMC

    Imports System.IO Partial Class _Default Inherits System.Web.UI.Page Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged End Sub Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Response.Clear() Response.AddHeader("content-disposition", String.Format("attachment;filename={0}.xls", "tmc.xls")) 'Response.AddHeader("content-disposition", String.Format("attachment;filename={0}", "kumaresh")) Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.NoCache) 'Response.ContentType = "application/ms-excel" Response.ContentType = "application/" Dim stringWrite As New StringWriter() Dim htmlWrite As New HtmlTextWriter(stringWrite) GridView1.RenderBeginTag(htmlWrite) GridView1.RenderControl(htmlWrite) GridView1.RenderEndTag(htmlWrite) Response.Write(stringWrite.ToString()) Response.End() End Sub Public Overrides Sub VerifyRenderingInServerForm(ByVal control As Control) End Sub

    ASP.NET database csharp asp-net sql-server

  • DotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Needed
    K kumareshTMC

    hi Rocky, Use this Link http://www.adefwebserver.com/DotNetNukeHELP/DNN\_Module4/Default.htm It gives the Basic Examples Of creating Dotnetnuke modules Regards Kumaresh TMC

    ASP.NET architecture question announcement

  • how to use print controls? [modified]
    K kumareshTMC

    i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007

    Visual Basic tutorial question

  • Rating Tool
    K kumareshTMC

    visit http://asp.net/ajax/control-toolkit/live/Default.aspx it is very useful for rating regards

    ASP.NET csharp question

  • messagebox
    K kumareshTMC

    hi, you can use javascript functions to display the message box.. regards

    ASP.NET question

  • how to redirect link to parent page
    K kumareshTMC

    can u use server.transfer() it can move to parent page or home page

    ASP.NET csharp asp-net tutorial question

  • listbox
    K kumareshTMC

    hi, i had used two listbox controls and button.when listbox1 has some data while clicking the button it shows in the listbox2 and also listbox can select the selectionmode is multiple. only once the items are selected baboo

    ASP.NET
  • Login

  • Don't have an account? Register

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