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
Y

yogesh m

@yogesh m
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • xls date time format
    Y yogesh m

    hi I am reading xls file in that there are 5 column of date in dd/mm/yyyy format but while i am reading from code few of date column format is change. i.e mm/dd/yyyy how to fix this problem

    ASP.NET help tutorial

  • Timeout expired SqlServer 2005
    Y yogesh m

    can u send me syntax for how to create index on table

    ASP.NET database sysadmin help

  • Timeout expired SqlServer 2005
    Y yogesh m

    HI friends I am getting error while i am inserting record in database. Records are aroung more than 60,000. I also tried timeout property of command object I want diff solution .... Error Detail: Timeout expired . Timeout period elapsed prior to completion or server is not responing Thanks And regards Yogesh M

    ASP.NET database sysadmin help

  • Froblem regarding Ajax
    Y yogesh m

    HI want HTML return by the server ... So i written

    ASP.NET help html sysadmin

  • Froblem regarding Ajax
    Y yogesh m

    HI problem regarding ajax .. Inside ajax Method I use code to bind data .. Code is as follow [Ajax.Method] public string GetCity(int stateId ) { MenuDirectory.BLL .MasterData objMaster=new MenuDirectory.BLL.MasterData (); DataSet dsCity=objMaster.GetCitiesForState(stateId); DataRow dr=dsCity.Tables[0].NewRow(); dr["cityId"]=0; dr["cityName"]="Select City"; dsCity.Tables[0].Rows.InsertAt(dr,0); dropDownResCity.DataSource=dsCity.Tables[0]; dropDownResCity.DataTextField="cityName"; dropDownResCity.DataValueField="cityId"; dropDownResCity.DataBind(); HtmlTextWriter testWriter = null; dropDownResCity.RenderControl(testWriter); return testWriter.ToString(); } I got error on line "dropDownResCity.RenderControl(testWriter);" As Control 'dropDownRestCity' of type DropDownList must be place inside form tag with run at = "Server" where and my control is inside form tag The html for AspX as follow AjaxCall function CallFillCity(objCity) { //alert(obj.value); var obj = document.getElementById("dllCity"); //alert(obj.innerHTML); //alert(objCity.value); CityHtml = My.Page.GetCity(objCity.value); //alert(CityHtml.value); obj.innerHTML = CityHtml.value; }

    Any know solution ... yogesh M

    ASP.NET help html sysadmin

  • Modify browser url
    Y yogesh m

    Thanks and regards ....

    ASP.NET csharp asp-net

  • Modify browser url
    Y yogesh m

    let take example :- i have url like www.domainname.com/admin/Page1.aspx and www.domainname.com/sa/Page1.aspx and let say user is login to application having url in broswer www.domainname.com/admin/Page1.aspx and the same user know this other url of site i.e www.domainname.com/sa/Page1.aspx and if he made changes in browser address bar by replacing admin word by sa still he see that page and which i want to avoid ... Is there other way to avoid this ....

    ASP.NET csharp asp-net

  • Modify browser url
    Y yogesh m

    Hi Is there any way to make Address bar of browser in read only mode ..... using Asp.net 1.1 or Asp.net 2.0 Urgent ....

    ASP.NET csharp asp-net

  • Convert Doc to PDF
    Y yogesh m

    Hi any one know how to convert Doc file to PDF in .Net if yes pls send link as well as code snaps Thanks Regards Yogesh Mahajan yogsworld

    ASP.NET csharp tutorial

  • domvalidator control
    Y yogesh m

    hi any body use domvalidator control... If yes then how to remove dot from each message... e.g Important Messages * Please enter name on account. * Please enter billing address. * Please enter city. * Please select expiry date * Please enter credit card number. * Please enter zip code. I have to remove star.. from each msg... Thanks

    ASP.NET tutorial

  • Removing special character from string
    Y yogesh m

    Hi to all I am rading text file ...... line by line by using string line = rd.ReadLine(); but line contain special character like \t\r\n I want to remove all the character from that line .. HOw it possible Yogesh

    C#

  • remove special character from string
    Y yogesh m

    Hi to all I am rading text file ...... line by line by using string line = rd.ReadLine(); but line contain special character like \t\r\n I want to remove all the character from that line .. HOw it possible Yogesh Yogesh

    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