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
M

max_dev2006 yahoo com

@max_dev2006 yahoo com
About
Posts
28
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • use math.h in C#
    M max_dev2006 yahoo com

    Thanks so much for your reply. Can you tell me how can I convert it in system library ? or can you suggest any source or converter where I can convert my C Code into C# ? max dev

    C# question csharp

  • use math.h in C#
    M max_dev2006 yahoo com

    Hi friends, I have some code in C which I need to convert in C#. The very first line of C code is an Include file. So how can I convert this line in C# code or what is the equivalent of this in C#? I have already tried system.math class but I want to convert this particular in C#. #include max dev

    C# question csharp

  • to set calendar's date by javascript
    M max_dev2006 yahoo com

    hi, I want to set asp.net calendar control's date as today's date as per culture by javascript . how to do it ? plz help. regards max

    ASP.NET csharp javascript asp-net help tutorial

  • transferring sql database between 2 servers
    M max_dev2006 yahoo com

    hello friends, I need to transfer my database from one server to database on another server every 24 hours. I can create windows application but it will be cumbersome to write bulk of code . So can u suggest me some service or any other way thourhg query or stored procedure by job scheduling which can run every 24 hours and move my data from one database on one server to another sql database. Both databases are sql server 2000 but servers are diffeerent so how to connect them while transferring dbs. ? plz help me , its urgent. regards, max max

    Database database sql-server sysadmin help tutorial

  • securtiy exception in web.config while uploading on server
    M max_dev2006 yahoo com

    hello friends : the exception is as follows : Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.ReflectionPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [SecurityException: Request for the permission of type System.Security.Permissions.ReflectionPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.] System.Security.SecurityRuntime.FrameDescHelper(FrameSecurityDescriptor secDesc, IPermission demand, PermissionToken permToken) +549 System.Type.GetType(String typeName, Boolean throwOnError) +0 System.Web.Configuration.HandlerMapping..ctor(String requestType, String path, String typeName, Boolean defer) +141 System.Web.Configuration.HttpHandlersSectionHandler.InternalCreate(Object parent, XmlNode node) +506 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 on local pc , everything is working fine. I have tried options like "setting trust level full" and "adding " but both these option not work with asp.net 1.1 web.config file. also installation of .net framework is fine. plz help regards, max

    ASP.NET help csharp asp-net dotnet sysadmin

  • urlrewriter + httpmodule + magicajax
    M max_dev2006 yahoo com

    hi friends, may be this is not right place for magicajax but I have tried in all other forums still not getting the solution so if someone have used magicajax plz help. The MagicAjax HttpModule is not included in web.config. Add [] inside the section. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: MagicAjax.MagicAjaxException: The MagicAjax HttpModule is not included in web.config. Add [] inside the section. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [MagicAjaxException: The MagicAjax HttpModule is not included in web.config. Add [] inside the section.] MagicAjax.MagicAjaxContext.get_Current() +123 MagicAjax.UI.AjaxControl.SetAjaxIntrinsics() +15 MagicAjax.UI.Controls.AjaxPanel.OnLoad(EventArgs e) +17 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +731 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 help plz , regards, max

    ASP.NET help csharp asp-net dotnet design

  • how to call code behind using javascript
    M max_dev2006 yahoo com

    hi I have a datalist. Linkbuttuon inside it. On clikc of which i need to fll up a data repeater with images of particular id .(commandargument of linkbutton is id) Now I need to do this same with href. Means I want to put href instead of linkbutton .so I want fun() calls the codebehind method which fills up datarepeater with images of particular id. But I dont want this to be ajax method as it wont access server controls in code behind. means if fun('id') calls FillUp() in code behind which is declared as ajax method then i wont be able to get repeater access in it . Now i m trapped here. Neither I can use ajax nor I want to use linkbutton as on its mouseover i get javascript_dopostback() comes which need to be removed. so plz suggest any alternative ? Prob 1 : put linkbutton but remove javascript_dopostback() from status bar on mouseover. Prob 2 : If use anchor instead linkbutton then how to fill up repeater with javascript method. plz help . regards, max

    ASP.NET javascript sysadmin help tutorial question

  • what doies .sln file do exactly and wht it contains ?
    M max_dev2006 yahoo com

    can anybody tell me what does .sln file do exactly and wht it contains ? and what is the diffrence between .csproj and .sln file ?

    ASP.NET question

  • merging web server state
    M max_dev2006 yahoo com

    hello, can anybody explain what visual studio.net actually doing while loading a solution and displaying message "Merging web server state..." in status bar ? and exactly wht happens when vs.net opens any solution also when visual source safe is used. regards. max

    ASP.NET csharp visual-studio sysadmin question

  • array of datasets
    M max_dev2006 yahoo com

    hello can i create an array of dataset ?

    ASP.NET data-structures question

  • merging web server state
    M max_dev2006 yahoo com

    hello, can anybody explain what visual studio.net actually doing while loading a solution and displaying message "Merging web server state..." in status bar ?

    ASP.NET csharp visual-studio sysadmin question

  • how to check if string is int and return boolean
    M max_dev2006 yahoo com

    hey guys, i got one more solution . its just like if(convert.toint(str) is int) { return true; } else return false; thanks for the replies.

    ASP.NET question help tutorial

  • convert vb.net application to C#
    M max_dev2006 yahoo com

    hello, while converting a vb.net application to c#, one pagechangedeventhandler event in vb.net application gives error in C# . Also overridden finally method also gives error in C# and suggest to provide destructor. But also not allow to declare destructor in an abstract class. I have converted vb code to C# . but not able to run the application due to above errors. plz help regards, max

    ASP.NET csharp help

  • how to check if string is int and return boolean
    M max_dev2006 yahoo com

    Hello how can i check that if my string is an integer or not ? if yes then return true else false; plz help regards, max

    ASP.NET question help tutorial

  • r.a.d.grid (third party component) problem
    M max_dev2006 yahoo com

    hi friends I am using third party control r.a.d.grid control . On a simple ascx user control i have registered it.Added dll in reference. and simply binded it with datasource as datatable coming frm database as follows but it didn't get displayed on the page. no error is coming while binding . still not displayed only. I have written it outside !Ispostback() condition still not working in page load event following code is written : DataSet ds_longtermRentals=new DataSet(); SHG_DAL.Longterm_rentals obj_longtermrentals=new Longterm_rentals(); ds_longtermRentals=obj_longtermrentals.LoadFirstLontermRentals(int.Parse(Session["LanguageID"].ToString())); if(ds_longtermRentals.Tables[1].Rows.Count>0) { DataTable dt= new DataTable(); dt=ds_longtermRentals.Tables[1]; if(dt.Rows.Count>0) { RadGrid1.DataSource = dt; RadGrid1.DataBind(); } } plz help. its urgent. regards,max

    ASP.NET help css database wpf wcf

  • how to remove javascript:_dopostback()
    M max_dev2006 yahoo com

    hi i have used linkbuttons in a datalist now i need to remove javascript:_dopostback() message from the statusbar on mouseover of linkbuttion but i dont get mouseover property of linkbutton as its a server control. I am not able to remove that default messgae. I need to show simple link but cant use anchor caz i need to take actions on linkbutton click in code behind. plz help regards,max

    ASP.NET javascript sysadmin help tutorial

  • getting html hidden control's value in code behind
    M max_dev2006 yahoo com

    hi i need to get a value of html hidden control which is not set to runat server and i also dont have its id only name is getting. Request.form["refid"] is not working. so can u sugges some idea regards max

    ASP.NET html sysadmin

  • ajax method to load another control
    M max_dev2006 yahoo com

    hi, I have a user control for registration of user. Now i need to submit the fields with ajax method in database. When insertion is completed successfully, need to load other control by a javascript function in the same page with success message. for e.g. page1.ascx function insert() { var message = insertdata(); // insertdata is an ajax method. //load other control on this page with above message displaying on that control with some label control or literal control } any help is appreciated, regards, max

    ASP.NET javascript database help

  • access one user control from other on same page
    M max_dev2006 yahoo com

    ok.thx

    ASP.NET question help

  • access one user control from other on same page
    M max_dev2006 yahoo com

    can u plz show with some code or e.g

    ASP.NET question help
  • Login

  • Don't have an account? Register

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