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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

M Ramesh

@M Ramesh
About
Posts
22
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how do we implement the themes in the button click event instead of Page_PreInit event
    M M Ramesh

    hai, can we write code in the button click event to apply themes in asp.net 2.0 how to write..any body help.. Regards Ramesh M

    ASP.NET

  • how to retreive the value of querystring of some page to anyother some page
    M M Ramesh

    hai, can we use like this.. Request("../main/one.aspx?Uid") Regards M.Ramesh

    ASP.NET help tutorial question

  • how to retreive the value of querystring of some page to anyother some page
    M M Ramesh

    hai, I am having one aspx page containing 3 pages in iframes. I am sending parameters in one page of iframes as querystring. How to get the querystring of that page in different pages of iframes. anybody help.. can we use like this Response("../main/one.aspx?uid") Regards M.Ramesh

    ASP.NET help tutorial question

  • about session variable in asp.net 2005
    M M Ramesh

    Dear Friend, I am not able to handle the session variable from one page to the next page. Why it is not possible. What is the reason to handle the session in different pages (ie.in iframe pages) thanks & Regards Ramesh

    ASP.NET csharp asp-net help

  • about session variable in asp.net 2005
    M M Ramesh

    Hai, There u will find that session variables is only working on the same page but it is not transfering the value to other page. anybody help. Regards Ramesh

    ASP.NET csharp asp-net help

  • can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind)
    M M Ramesh

    hai friend, i can surely do it using ur concept..thanks a lot.. Regards M.Ramesh

    ASP.NET csharp asp-net help

  • can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind)
    M M Ramesh

    The following is the code, iam getting error ie.specified cast is not valid.. Dim lDataRow() as DataRow lDataRow = ldstDataset.Tables(2).Select("GroupID='" & lintGroupId & "'") lDtTable = GetVouItems(lDataRow) Public Function GetVouItems(ByVal pgDataRow() As DataRow) As IDictionary Dim StateTable As New System.Collections.Specialized.NameValueCollection Dim lDataRow() As DataRow Dim lintCnt As Integer lDataRow = pgDataRow For lintCnt = 0 To lDataRow.Length - 1 StateTable.Add(lDataRow(lintCnt)(1), lDataRow(lintCnt)(2)) Next Return StateTable End Function

    ASP.NET csharp asp-net help

  • can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind)
    M M Ramesh

    hai friend, Thanks for your needful help. I need which namespace for IDictionary ie.using System.Collections like that.. Thanks & Regards M.Ramesh.

    ASP.NET csharp asp-net help

  • can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind)
    M M Ramesh

    hai friend, I think that you didn't got my query. ie.if it is dataset means i will bind directly like mydataset.tables(0) like that but I am having data like "1,sandeep|2,Ramesh|3,Akhare". So I need to bind in the dropdownlist using for loop. I need answer for this.. Thanks & Regards M.Ramesh

    ASP.NET csharp asp-net help

  • can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind)
    M M Ramesh

    hai I want to bind DataTextField and DataValueField for dropdownlist in code behind of asp.net application. anybody help.. Regards M.Ramesh

    ASP.NET csharp asp-net help

  • how to configure or publish the .net 2005 web application
    M M Ramesh

    I want to configure the .net 2005 projects in live server. How to implement this. In .net 2003 we have to create virtual directory (IIS Configuation). How can we configure. Any body help...

    ASP.NET csharp sysadmin windows-admin help tutorial

  • how to encrypt and decrypt stored procedure in sql server 2000
    M M Ramesh

    thanks a lot..

    Database database sql-server sysadmin help tutorial

  • how to encrypt and decrypt stored procedure in sql server 2000
    M M Ramesh

    I want to encrypt my stored procedure. How can i do this and revert back also. anybody help..

    Database database sql-server sysadmin help tutorial

  • How to get the Hard disk serial no through an asp.net Application.?
    M M Ramesh

    Dear Graus.. Thx for ur valuable comments..Can u send me a book..? Regards,

    ASP.NET csharp asp-net help tutorial question

  • without going all aspx pages in a site, how to restrict the usage of aspx pages (authentication)
    M M Ramesh

    I want to authenticate the aspx pages in asp.net. How can we do this. Please anybody help this. Regards M.Ramesh ramesh

    ASP.NET csharp asp-net security help tutorial

  • how to we implement function keys in asp.net
    M M Ramesh

    thanks, i will check it and inform to all..

    ASP.NET csharp asp-net help tutorial

  • how to we implement function keys in asp.net
    M M Ramesh

    can anybody help me. I have to execute my event by pressing function keys in asp.net(1.1). Is it possible. Please help me.

    ASP.NET csharp asp-net help tutorial

  • how to get the particular column data in a datagrid when i check the checkbox in one of the columns of the grid
    M M Ramesh

    getting values of particular page is not a problem using findcontrol first i have to maintain the state checked for all pages (getting postback) afterwards i have to get checked values(state=true) for all the pages Thanks for your answer help me in this regard m.ramesh

    ASP.NET csharp css asp-net tutorial question

  • how to get the particular column data in a datagrid when i check the checkbox in one of the columns of the grid
    M M Ramesh

    i have datagrid with paging (page no) In that datagrid one column contains check box. can we make the checked state remains checked while traversing different pages in datagrid. how can i get the values of particular column which are in checked give the answer for this in asp.net 1.1 m.ramesh

    ASP.NET csharp css asp-net tutorial question

  • can we bind data for datagrid in javascript
    M M Ramesh

    I have some datas in a dataset. How can i bind the datas in datagrid using ajax.. anybody please help me.. m.ramesh

    ASP.NET javascript help 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