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

Masood Ahmed

@Masood Ahmed
About
Posts
16
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • viewstate and atlas
    M Masood Ahmed

    hi all, there is problem with atlas pls can any one solve it one thing which i fond is that when i click the Back BUTTON of internet explorer (IE) and i move back to previous page i h lost all the values in different control on this page now user have to add new value again on this page if he only came back just to change a single value do any one have solution of this problem Thanks for anticipation Regards Masood Ahmed

    ASP.NET help

  • how to access my application from other PC asp.net 2.0 issue
    M Masood Ahmed

    thanks for ur kind respose i will send u error occur after i have done this

    ASP.NET help csharp asp-net visual-studio tutorial

  • how to access my application from other PC asp.net 2.0 issue
    M Masood Ahmed

    dear All, i h a web application which i used to run from my VS 2005 and it generate the following address http://localhost:1027/UPMS/Login.aspx can any one tell ,me how i can access this from other PC as i give this address it does not if any one of u help me in this regard i will be gr8full to him i also publish the site but it give many error is publiushing a site is only solution or i can use some different methods thanks in advance Regards

    ASP.NET help csharp asp-net visual-studio tutorial

  • master page different location
    M Masood Ahmed

    Its not displaying Images and also if and also if i give image to a TD of table as background it display nothing

    ASP.NET help

  • master page different location
    M Masood Ahmed

    hello All i m using a master pages with some other pages placed in different directories now the problem is that path is not working as it work for same directories but i got its solution but now when i publish my site at wwwroot i again facing the same problem but this time it is not displaying for same directories pages also can any one tell me the reason Regards Masood

    ASP.NET help

  • Session Terminate abnormaly [modified]
    M Masood Ahmed

    Hi all, the main problem i m facing is that sesion terminates abnormaly that is some time after 2 or 3 minutes session terminates and when i click to some option it takes me to login page where as some times it remains active untill user itself not logout i m not using asp.net profile can any one help me -- modified at 23:08 Friday 30th June, 2006

    ASP.NET help csharp asp-net

  • Post back and grid view [modified]
    M Masood Ahmed

    Hello All i h a gridview with paging i h also edit button when i click on edit button of row 2 of page 4 it return index number 1 but infaact index number in whole data set is index=4*7 (page size)+1 which mean 29 for this i h three variable name as page number page size and index number but problem is on post back all these variables shows zero value except index number which show one in this case to avoid this i used static variable which retain last value but on web static variable cause some problem becase these are shared variable pls tell me how i can retain values without being affected by post back also on post back data set get empty any solution Regards Masood

    ASP.NET css database help

  • hidding file path in printing
    M Masood Ahmed

    hello all i m using javascript window.print() for printing pages but the problem i am facing is that it also print the file path like http://localhost:2079/MTBCWeb/MTBCDynamic/SuperBill/Patient.aspx at the footer portion of the page can any one tell me the way how i can remove these things from my out put of document regards Masood

    ASP.NET javascript help

  • Problem GridView Column
    M Masood Ahmed

    hello All , i h a gridview which has four column 1--checkbox colum declare through wizard 2--messageFrom column declare through programming 3--MsgTitle column declare through programming 4--Date column declare through programming now when i used paging thats is i click on a page to move forwad or backward column 2,3,4 start doubling that is first Time total 4 column when i click next/back page total column 7 checkbox column comes one time when again i click next/back page total column 10 checkbox column comes one time and so on ...... if i used GView.column.clear() then it did not show ths check box template column can any one help me to display this properly regards Masood

    ASP.NET help

  • page_load() is being called twice
    M Masood Ahmed

    hello all when i call a webpage what i h notice that page_load () of that page is being called twice. i m using master page and also a basic page for common funcationality .can any one tell me the reason and suggest any solution regard masood

    ASP.NET

  • ASP.NET drag and drop funcationality for ListBox
    M Masood Ahmed

    Dear i m waiting for ur response just tell me is it possible or not i will be greatfull to u if u just answer this can i achieve this through java script pls help me to ort out this

    ASP.NET csharp asp-net help

  • ASP.NET drag and drop funcationality for ListBox
    M Masood Ahmed

    Hello All i m making an application in which i h to give the facility of drag and drop Scenario is: User will Drag element from a List box and will drop it in a table When user drag an item from list box and drop it in the table then listBox.text should be added in one column and Listbox.value should be Added in its Other colum oposite to ist Column Any one Can help me solving this i will be greatfull to u Masood

    ASP.NET csharp asp-net help

  • Session Varables and java script URGENT PLS
    M Masood Ahmed

    Sorry Brother For English i have used now i am sending u code hopefully ypu will be able to see html too now. function ChangeDivPosition() { document.getElementById( "A").style.top+="370px"; return true; } script> A is id of Div html code is here height: "43px" > now what i wana achieve that on page load just like that Page_Load() { for(int i=0;i<=5;i++) { //Call to java script funcation ChangeDivPosition() to move down the div and all control in it Label.text=Session["Array"].tostring(); // just wana tell u that i h to use session variables in java script } what i wana achieve in out put is just like that 1 370 px incerment 2 370 px incerment 3 370 px incerment 4 370 px incerment 5 what i got from your response that i stored the value of session array in an other array an then send this array to javascript funcation </x-turndown>

    ASP.NET csharp java javascript html database

  • Session Varables and java script URGENT PLS
    M Masood Ahmed

    dear thnx for giving ur attention now i m telling u whole problem now what i wana do MAIN PROBLEM IS THAT can i access Session varables in java script or can i call javascript funcation in C# code or how i can pass array stored in session to javascript funcation 1-- i h funcation java script function ChangeDivPosition() { document.getElementById( "A").style.top+="370px"; return true; } </ script> A is id of Div html code is here <div id="A"; style="z-index: 101; left: 214px; width: 220px; position: relative; top: 0px; height: 82px;"12px" height: "43px" > <asp:Label ID="Label1" runat="server" Style="position: relative; left: 11px; top: 6px;" Text="A" Width="146px"></asp:Label> </div> now what i wana achieve that on page load just like that Page_Load() { for(int i=0;i<=5;i++) { //Call to java script funcation ChangeDivPosition() to move down the div and all control in it Label.text=Session["Array"].tostring(); // just wana tell u that i h to use session variables in java script } what i wana achieve in out put is just like that 1 370 px incerment 2 370 px incerment 3 370 px incerment 4 370 px incerment 5 i think now u might h clear vision abut my problem if u h solution of this or any other soltion to move the Div Down word on page load event tell me what u think abut its solution with server side java script i will be really gr8full to u thnx in advance Regards Masood </x-turndown>

    ASP.NET csharp java javascript html database

  • a page is being Loaded towice without past back
    M Masood Ahmed

    hi, i h a class a.aspx.cs which is derive from another class b.cs and a.spx also h a materpage M.aspx which mean it also inherite M.aspx.cs now the problem is that when i call this page it is being loaded towice without being postback .i second time page load the Post back is still false due to which gridview column get twice as i m declaring them dynamically but i h solved this problem using Clear() Method . what might be the reason can some one help me in this regard . is using Master page and also deriving from basic page causing the problem Thnx in advance

    ASP.NET help

  • SitemapNode in web.sitemap
    M Masood Ahmed

    how many menu i can create on a page if i wana create two menu at different location i h to do

    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