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
S

Sheel Gohe

@Sheel Gohe
About
Posts
35
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why my site is loading very slow?
    S Sheel Gohe

    Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe

    ASP.NET csharp asp-net help question

  • ODP.NET problem
    S Sheel Gohe

    Hello friends, My problem is i want to get the value of dbms_output.put_line('msg') from vb.net. I am using ODP.NET. Do you have any idea how can i do that. Thanks in advance Sheel Gohe

    ASP.NET csharp help question

  • Zorder problem of dropdownlist
    S Sheel Gohe

    Hi guys, Do anybody know how to set zorder 0 ("send to back") to dropdownlist as its always render on web page as zorder 1. thanks in advance Sheel Gohe

    ASP.NET help tutorial

  • Template field problem
    S Sheel Gohe

    When I add a TemplateField like a DropDownList to the gridview and databound it. And when i scroll the gridview at runtime then the dropDownList seems to overlap with the header row of the gridview. Any solution to this problem guys.... Thanks in advance Sheel Gohe Sheel Gohe

    ASP.NET help

  • TemplateField overlap while scrolling in gridview
    S Sheel Gohe

    If I add a TemplateField like a DropDownList to the gridview. And when i scroll the grid then the dropDownList seems to overlap with the header of the grid. Any solution to this problem guys.... Sheel Gohe

    ASP.NET css help

  • Overlap with the HeaderRow
    S Sheel Gohe

    If I add a Templatecolumn like a DropDownList to the gridview. Then the dropDownList seems to overlap with the Headerrow. Any ideas guys why its happening.... Thanks in advance.... Sheel Gohe

    ASP.NET

  • How to make a alert box on Button click
    S Sheel Gohe

    try: response.write("alert('Hello!');") Sheel Gohe

    ASP.NET tutorial

  • Get a reference of HTML Table bound to a GridView
    S Sheel Gohe

    How can we get a reference of HTML Table bound to a GridView aconvert gridview as datasource. Like, if i want to add a new row to gridview at runtime, i can access its html table and add a new td to that. Plz help me guys... Thanks in advance Sheel Gohe

    ASP.NET html help

  • Fire RowCancelingEdit of gridview programmatically
    S Sheel Gohe

    Mike i tried that but its not working.... Sheel Gohe

    ASP.NET css help tutorial announcement

  • Fire RowCancelingEdit of gridview programmatically
    S Sheel Gohe

    Hello Friends, How to fire RowCancelingEdit of gridview programmatically. Actually i have implemented Atlas AJAX of Microsoft, and after clicking inbuilt update button of the GridView record is updated but Grid remains in edit mode. Then i have to presss Cancel button to bring it to normal mode. Any solutions to this problem guys.. thanks in advance Sheel Gohe

    ASP.NET css help tutorial announcement

  • Ho to access the HTML control
    S Sheel Gohe

    No mike its not marked with the attribute runat="server"? its purely a html control " Any solutions.... Sheel Gohe

    ASP.NET csharp html asp-net database help

  • Ho to access the HTML control
    S Sheel Gohe

    Hi Friends, I have a query, how can we access the HTML control from ASP.NET code behind. "FindControl" is throwing error. Thanks in advance Sheel Gohe

    ASP.NET csharp html asp-net database help

  • Serious GridView Problem!
    S Sheel Gohe

    Thanks minhpc_bk, You made my day....I wanted to give many thanks to you....God bless you... :) Sheel Gohe

    ASP.NET help css database wpf wcf

  • Serious GridView Problem!
    S Sheel Gohe

    Yes minhpc_bk, the cell 4 simply contains an input control like Textbox in Edit mode, and the Text property returns empty string "".... Do you know the cause!! Sheel Gohe

    ASP.NET help css database wpf wcf

  • Serious GridView Problem!
    S Sheel Gohe

    Hello Friends, I am facing a serious gridview problem, I am binding my gridview from code behind like(myGridView.DataSource=myDataSet; myGridView.DataBind()). But the problem is when i click the inbuilt "edit" button of the grid and the rows comes to edit mode, I cant able to get the cell values in any of the event like row_updating etc. For all the "rows(index)cells(index).Text" its displaying the blank text "". I am not able to figure out what the problem is. Please help me out friends.... I have tried all of these commands: 1). lblMessage.Text = CType(CType(e.CommandSource, LinkButton).NamingContainer, GridViewRow).Cells(4).Text 2). Dim m_ColumnText As String m_ColumnText = GV1.Rows(GV1.EditIndex).Cells(4).Text 3). lblMessage.Text = Server.HtmlDecode(row.Cells(4).Text) All are showing blank text, but i have values in my grid cells i can see it from my eyes.....i am very frustrated....plz...plz...help me out. Thanks in advance. :confused: Sheel Gohe

    ASP.NET help css database wpf wcf

  • copy a table from SQL SERVER to Access DataBase
    S Sheel Gohe

    Hello Friends, I am facing a problem in copying a table from SQL SERVER to Access DataBase. I have identical tables in access database to and what i am trying is creating 2 datasets, one is connected to SQL Server DB and another one is connected to Access DB. Now when I use the "Copy" command of dataset to copy data from one dataset to another dataset and then updating the adapter it throws no error but access database doesnt reflects refreshed data. Do you guys have some working code on this problem. thanks in advance Regards Sheel Sheel Gohe

    Visual Basic database help sql-server sysadmin

  • where to download Longhorn SDK
    S Sheel Gohe

    Can anyone plz tell me where can i download "longhorn SDK" not Longhorn OS. Plz give me any link if you have.:~ Thanks in advance Sheel Sheel Gohe

    C#

  • help me plssssssssssssss
    S Sheel Gohe

    dear wilson you have to check the instance of the popped-up form every time you click the button. If form's instance already exist then dont make use of new keyword just use the form's "show" method. Use this method to check instance of the form (may be this could be useful) //***********Start********** private Form isFormAlreadyLoaded(Form ToBeLoadedForm) { foreach (Form LoadedForm in this.MdiChildren) { if ((LoadedForm.Name == ToBeLoadedForm.Name) && ((LoadedForm.Text.Trim ()) == ToBeLoadedForm.Text.Trim())) { return LoadedForm; } else { return ToBeLoadedForm; } } return ToBeLoadedForm; } //***********End********** regards Sheel Gohe

    C# help

  • Questions on TextBox control
    S Sheel Gohe

    answers: 1. .Select(); SendKeys.Send("{END}"); 2. .Select(); Sheel Gohe

    C# help tutorial

  • C# 2005 Beta problem
    S Sheel Gohe

    I am using C# 2005 beta version. My problem is whenever I stop my code through a breakpoint while debugging the tooltips shown for the functions definations get bold and it remains bold afterwards for ever untill i restart my computer. I am too irritated with this bug. Do anyone know the solution to this problem. Thanks in advance. Regards Sheel Sheel Gohe

    C# help csharp debugging beta-testing announcement
  • Login

  • Don't have an account? Register

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