Search:

Type: Posts; User: SoulBlight; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    3,465

    ASP.NET Re: Can I access a class without an object

    "Public Shared Class XYZ" can contain methods that can be accesed without instantiation.
  2. Answers
    3
    Views
    4,644

    ASP.NET Re: impressions meaning

    maybe comments :)
  3. Thread: web service

    by SoulBlight
    Answers
    6
    Views
    10,211

    ASP.NET Re: web service

    This question is wrong ? :)
  4. Answers
    3
    Views
    3,038

    ASP.NET Re: Avoid description in viewstate

    It is one way encryption. One encryption value may have many decrypting values.
  5. Answers
    3
    Views
    3,038

    ASP.NET Re: Avoid description in viewstate

    Use a one way encryption. Like MD-5
  6. Answers
    3
    Views
    3,328

    ASP.NET Re: Web.config and class

    Connection string exposed in web.config file is accesible in all application clases and can be shared.
  7. Answers
    4
    Views
    3,682

    ASP.NET Re: Please Find me a solution

    You cannot make changes on envirioment of browser what is running your page ...

    This is not possible.
    You may develop something like timelimiting of an answer ...
  8. Answers
    4
    Views
    20,102

    ASP.NET Re: How to remove horizontal scroll bar

    This is a CSS issue not ASP.NET
  9. ASP.NET Re: How to store without using sessions, cookies or any database

    Every control has by def EnabledViewState = true ... it`s preservs it`s value during navigation throug the site
  10. Answers
    4
    Views
    6,897

    ASP.NET Re: web.configfile

    Page-level tracing is enabled ... for all pages
  11. Answers
    1
    Views
    2,833

    ASP.NET Re: Sorting and Editing Dropdown Combo

    http://www.geekinterview.com/talk/7117-dropdown.html
  12. Thread: Dropdown

    by SoulBlight
    Answers
    1
    Views
    3,196

    ASP.NET Re: Dropdown

    Use DataSource objects ... Bind the dropdownlist to the datasource ... and the datasource selectmethod should have a parameter bound to a control (e.g. textbox)
  13. Answers
    1
    Views
    7,151

    ASP.NET Re: Redirect user to different pages

    You can ovveride Login component Authentificate Event for yourself
    something like this ...
    protected void login_Authenticate(object sender, AuthenticateEventArgs e)
    {
    if...
  14. ASP.NET Re: How to store without using sessions, cookies or any database

    Use ViewState ... How and why find out by yourself ... and check out the Wizard component ...
  15. Answers
    7
    Views
    12,467

    ASP.NET Re: Methods in ASP.NET

    GET and POST are standart HTML methods of a FORM submitting ...
    If you are common with ASP.NET you shoud know that bydef .aspx pages have only one form with attribute runat="server" and bydef...
Results 1 to 15 of 15
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact