Jump to content

Shoukat_1983

Members
  • Posts

    11
  • Joined

  • Last visited

Shoukat_1983's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. As i am a novice to web development, therefore, i want a detail description that what are SPAN and DIV tags?
  2. I tried my best to find valign in HTML tutorials but i wasn't successful, therefore, i need a brief description about it. I also suggest the owner of the w3schools that they should add search engine for w3schools tutorials although they have one for searching other sites...........
  3. In the tutorials i have studied the selectors like class selector and id selector but i didn't understand the differnce between them? Also how can we call the id selectors in any tag? Calling the class selectors have been mentioned and explained in tutorial but not calling id Selectors.
  4. I am developing my first web site using ASP.Net 2003. But i don't know whether to use web controls (which are very easy ) or to use html controls( which is difficult because i don't have good knowledge about it). So what's the difference between them which one better than the other in respect to CSS(Cascading Style Sheet).
  5. Heay Dude there no option of the scurity in the properties of the xml file in windows XP. So Plz is there anyother solution
  6. Plz can you explain your solution in more detail because in the properties of the folder containing the xml files i share the folder with the default web site on IIS5(XP) but still i receive the same error........
  7. Shoukat_1983

    xml file

    I have an xml file and i want to use it in my ASP.Net (C#) application. Everything is working fine but when i run application i get the following erros.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: System.UnauthorizedAccessException: Access to the path "F:\My downloads\7582_BegVCSharpEnd\BegVCSharpEnd\Chapter23\Weblog\Entries\20010717_1607.xml" is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.The solution above suggested is some thing that i didn't understand and i tried more than 10 times to follow the solution above suggeste but i couldn't do so.
  8. When making a new ASP.Net web application using C# language I set the web form background to an image(stored on my hard dist) but when i execute the web page. The page contains only that part of image pixels of whic the web page is and not the other remaining parts of the pixels. But i want the web page fully contains the image.
  9. Shoukat_1983

    ASP.Net

    Guys, first thanks for reply and secondly yeah I am working on C#.Net and i want to run this code on C# not on VB.Net so Plz tell me solution for C# . By the way it wasn't mentioned in the tutorials that these code run for VB.Net
  10. Shoukat_1983

    ASP.Net

    When i execute the web page(containing the exact code provided in the tutorial) get the following error messageDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1002: ; expectedSource Error: <p><%Response.Write(now())%></p>
  11. Shoukat_1983

    ASP.Net

    I need your help regarding the w3schools ASP .Net tutorials. I am reading w3schools ASP .Net tutorials regularly but i am facing many problems like when i follow the instructions and type the code as provided in the tutorials in Visual Studio .Net 2003 and execute my ASP web application it gives errors. Forexample the code provided in Dynamic Page in ASP .NET that is<html><body bgcolor="yellow"><center><h2>Hello W3Schools!</h2><p><%Response.Write(now())%></p></center></body></html>cann't be executed on VS .Net 2003 and there are many problems with HTML, Web and Validation Server Controls. So plz do reply to me soon.
×
×
  • Create New...