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
U

UsmanMunier

@UsmanMunier
About
Posts
17
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • file upload problem
    U UsmanMunier

    yeah you should use ajax upload which is available at http://www.codeproject.com/KB/ajax/simpleajaxupload.aspx[^]

    Usman Munier Xavor Corporation Pakistan

    ASP.NET help

  • first click a button, half page display then next click another button display the remaining page using asp.net
    U UsmanMunier

    You can also achieve this with partial classes because at the end only one page will render.

    Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp asp-net

  • Change template Header
    U UsmanMunier

    Use this line of code where you want to change the HeaderText "Cell[0]" where0 is the index of the cell GridView1.HeaderRow.Cells[0].Text = "Usman"; Best of Luck

    Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp question

  • styles in yahoo webpage
    U UsmanMunier

    there are some gradient effects in CSS you can also use that if you dont want to use the Image.

    Usman Munier Xavor Corporation Pakistan

    ASP.NET wpf

  • ajax calendar control in visual studio 2005
    U UsmanMunier

    you need to install ajax extensions for visual studio 2005

    Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp asp-net visual-studio

  • Display Problem Asp.net2.0 application in IE7
    U UsmanMunier

    Visual Studio Generates style tags when you drag drop any control, so just remove the style tags which are generated by the IDE. Hope this will help you out :)

    Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp help asp-net

  • how to change caption of alert or confirm
    U UsmanMunier

    thanx for the new year wish :) same to you sindhu i have not worked with VB Script so often i used to play with java script so i dont know its possible or not but in java scripts you can make your own alert look a like controls. Regards,

    Usman Munier Xavor Corporation Pakistan

    ASP.NET javascript tutorial

  • Set the DropDownList AutoPostBack property for some items
    U UsmanMunier

    i dont think you can achieve this with ASP.NET becasue postback is a property of Control not the items associated with that control. for this you have do some extra work to make a custom drop down but still not sure its possible or not.

    Usman Munier Xavor Corporation Pakistan

    ASP.NET question tutorial

  • problem regarding the white spaces and trimming in the regular expression using the replace function [modified]
    U UsmanMunier

    i have a better solution which i have verified as well on my many application try this. i hope this will solve your problem function TrimWhiteSpaces(s) { s=s.replace(/^\s+|\s+$/g, ""); var myArray=s.split(" "); var outPut=""; for (var i=0;i<myArray.length;i++) { if(myArray[i]!="") { outPut=outPut +" "+ myArray[i]; } } s=outPut; return s; } wish you all the best

    Usman Munier Xavor Corporation Pakistan

    ASP.NET regex help

  • Capture the user role globally in application.
    U UsmanMunier

    you can also use Profiling if you dont want to use session Regards,

    Usman Munier Xavor Corporation Pakistan

    ASP.NET database winforms

  • how to change caption of alert or confirm
    U UsmanMunier

    hi Sid, there isn't any way to change dialog box captions for alert, prompt or confirm

    Usman Munier Xavor Corporation Pakistan

    ASP.NET javascript tutorial

  • problem regarding the white spaces and trimming in the regular expression using the replace function [modified]
    U UsmanMunier

    the first \s* leaves any number of blank spaces the inner one (\S+\s) matches one more non space characters and a space.. for example.. "asm " or "a " etc. And the outer ((\S+\s)*) matches any number of these words.. in short, this regex breaks a sentence into words.. for ex. " My Name Is ABC XYZ" can be extracted as "My_", "Name_", "Is_", "ABC_" XYZ isn't captured because it does not have a trailing space and so doesn't match (\S+\s) Regards,

    Usman Munier Xavor Corporation Pakistan

    ASP.NET regex help

  • url encoding [modified]
    U UsmanMunier

    <%@ Page Language="C#" %> <html> <head> <title>Encoding URL Strings</title> <script runat="server"> void UrlPathEncode() { string StrToEncode; string StrToReturn; StrToEncode = "UrlPathEncode.aspx? Arg = foo"; StrToReturn = Server.UrlPathEncode(StrToEncode); Response.Write("<a href=\"" + StrToReturn + "\">" + StrToReturn + "</a>"); } </script> </head> <body> <% UrlPathEncode(); %> </body> </html>

    Usman Munier Xavor Corporation Pakistan

    ASP.NET tutorial

  • Redirect in AJAX
    U UsmanMunier

    there is a problem with Ajax update pannel and thats why you cannot use Response.Redirect. to use this you have to take your button out of Update Pannel

    Usman Munier Xavor Corporation Pakistan

    ASP.NET tutorial announcement

  • Read and write an XML file
    U UsmanMunier

    Hey VanithaVasu, try this link and follow the Material Provided http://www.w3schools.com/xml/default.asp[^] Good Luck :)

    Usman Munier Xavor Corporation Pakistan

    ASP.NET xml tutorial

  • Timed online course program - Is it possible with ASP.NET - AJAX?
    U UsmanMunier

    Yes Abhishek it is a good idea but you can also use Microsoft's technology Silver Light for this purpose :) Good Luck

    Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp php asp-net com tutorial

  • Timed online course program - Is it possible with ASP.NET - AJAX?
    U UsmanMunier

    Hey Abhishek, there isnt any control in ASP.NET to show the Presentation or slides, for that you must have to use any third party control like Aspose Slides this will provide you the Power Point Management For ASP.NET, Or you have to develop a control using VSTO (Visual Studio Tools For Office). For rest of the Application ASP.NET and Ajax is Sufficient ;) . Regards, Usman Munier Xavor Corporation Pakistan

    ASP.NET csharp php asp-net com tutorial
  • Login

  • Don't have an account? Register

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