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
G

Gaurav K Singh

@Gaurav K Singh
About
Posts
45
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I want to play avi file continually.
    G Gaurav K Singh

    use: The miracle is this--the more we share, the more we have.

    ASP.NET adobe hardware question

  • how to print Landscape report using ASP.Net
    G Gaurav K Singh

    it depends how you creating report, is it doc, excel, pdf, directly, or you are using crystal report. it you are using any particular class for creating report, so approx every class having its page setting property. If your problem is still not solve. Send some more details. The miracle is this--the more we share, the more we have.

    ASP.NET question csharp asp-net tutorial

  • DataGrid or GridView
    G Gaurav K Singh

    write code in the GridView1_RowCreated event. If e.Row.RowType = DataControlRowType.Header Then 'write code for the grid header only else 'write code for rest of the rows you can customize every column from here. e.Row.Cells(0).CssClass = "style1" End If from style you can change anything forecolor, backcolor, font, font size ... anything... The miracle is this--the more we share, the more we have.

    ASP.NET javascript question

  • Textbox with image problem
    G Gaurav K Singh

    You cannot do it directly. Use any trick. Like use div tags (runat=server) containg images and place it on the textbox by setting its position:absolute. and on the click on div tag write the server side code. The miracle is this--the more we share, the more we have.

    ASP.NET css database algorithms help

  • color of Drop down list remove on post back...
    G Gaurav K Singh

    I applid color based on the flag if the flag value in database =0 then the item color will red and if flag value is 1 then item color will green?...

    The miracle is this--the more we share, the more we have.

    ASP.NET question

  • problem with Treeview
    G Gaurav K Singh

    use the below code to get selected treeview node text or value             For Each nodes As TreeNode In TreeView1.CheckedNodes                   Response.Write(nodes.Text & "--" & nodes.Value & "")             Next

    The miracle is this--the more we share, the more we have.

    ASP.NET data-structures help

  • color of Drop down list remove on post back...
    G Gaurav K Singh

    I uses the following code to dynamic fill the dropdownlist and forecolor of list item is set, it show good when first time load, but the style removes when the page postback...Any suggestion? The code i use to fill dropdownlist is following... Try cnn.Open() myreader = cmd.ExecuteReader() While myreader.Read() lst = New ListItem(myreader.GetValue(0).ToString().Trim(), myreader.GetValue(1).ToString().Trim()) If myreader.GetValue(2).ToString().Trim() = 0 Then lst.Attributes.Add("style", "color:Red") Else lst.Attributes.Add("style", "color:Green") End If ddl.Items.Add(lst) End While ddl.DataBind() Catch ex As Exception Throw New Exception(ex.Message) Finally cnn.Close() End Try

    The miracle is this--the more we share, the more we have.

    ASP.NET question

  • Video not found (FLV palyer error)
    G Gaurav K Singh

    If every thing is same then there may be compitability problem. Means the flv player on the server is not updated or some thing else. upload another vedio (and old flv) and check it...

    The miracle is this--the more we share, the more we have.

    ASP.NET html com sysadmin help question

  • Gridview Problem
    G Gaurav K Singh

    Add a blank row in data set and then bind it with grid view. If you want to do it on button click do the same on button clicki.

    The miracle is this--the more we share, the more we have.

    ASP.NET help question

  • Sending sms through .Net
    G Gaurav K Singh

    Just go to this link http://www.codeproject.com/KB/cpp/SendSmsThroughWS.aspx The miracle is this--the more we share, the more we have.

    ASP.NET

  • how to create a sub link in a menu dropdownlist
    G Gaurav K Singh

    Look this code... Dim itm As New MenuItem("hi") Dim itm1 As New MenuItem("me") Dim subitm As New MenuItem("subhi") itm.ChildItems.Add(subitm) Menu1.Items.Add(itm) Menu1.Items.Add(itm1)

    The miracle is this--the more we share, the more we have.

    ASP.NET csharp asp-net tutorial

  • No overload for method error
    G Gaurav K Singh

    the function written by by needs two parameter, you must pass it in your function call like Excel(datagrid object,response object)

    The miracle is this--the more we share, the more we have.

    ASP.NET help

  • how to change the theme dynamically?
    G Gaurav K Singh

    Use Page.Theme = themename; on page pre init event. for details check this... http://www.codeproject.com/KB/HTML/ThemeChanging.aspx

    The miracle is this--the more we share, the more we have.

    ASP.NET question tutorial

  • Accessing shared folder through web
    G Gaurav K Singh

    sharing and web sharing is different thing. Make your folder as web share with the with read and write permission.

    The miracle is this--the more we share, the more we have.

    ASP.NET help sysadmin hosting security

  • toolbar image is not displaying
    G Gaurav K Singh

    first be sure, it is only problem of aspnet_client folder. Type to copy and paste this folder into your project.

    The miracle is this--the more we share, the more we have.

    ASP.NET csharp asp-net visual-studio sysadmin help

  • toolbar image is not displaying
    G Gaurav K Singh

    check the aspnet_client folder. Place it in the project root folder.

    The miracle is this--the more we share, the more we have.

    ASP.NET csharp asp-net visual-studio sysadmin help

  • Tollbar Image is not showing........ [modified]
    G Gaurav K Singh

    check the aspnet_client folder. Place it in the project root folder.

    The miracle is this--the more we share, the more we have.

    ASP.NET csharp asp-net dotnet visual-studio sysadmin

  • how to get the page when some one enter url " http://10.10.15.57:1230/CMS/admin/Login.aspx"
    G Gaurav K Singh

    Try to use server variable SERVER_NAME.

    The miracle is this--the more we share, the more we have.

    ASP.NET csharp asp-net windows-admin tutorial

  • MessageBox Yes/No Buttons!!
    G Gaurav K Singh

    if (confirm("Are you sure you want to delete the custom search?")==true) return true; else return false;

    The miracle is this--the more we share, the more we have.

    ASP.NET tools help

  • array of hyperlinks-->
    G Gaurav K Singh

    Try this... Dim hf As HyperLink() = New HyperLink(100) {}

    The miracle is this--the more we share, the more we have.

    ASP.NET help database data-structures question
  • Login

  • Don't have an account? Register

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