Search:

Type: Posts; User: gep13

Page 1 of 13 1 2 3 4

Search: Search took 1.64 seconds.

  1. Replies
    95
    Views
    90,227

    Re: Enhanced VB Tabbed Web Browser

    Hello wingers,

    I am glad to hear that you are getting some use out of it :-)

    All the source code for the Browser is located in my GitHub Repository:
    ...
  2. VS 2005 Re: Creating a Web Site with Membership and User Login

    Ok, so we are talking about the same thing :) This is what I mentioned above:



    Yes, this is a definitely a draw back, and adds some additional work to anyone looking to take advantage of the...
  3. VS 2005 Re: Creating a Web Site with Membership and User Login

    What exactly do you mean by this? What does hte Membership Provider and associated database have to do with IIS? Are you talking about the aspnetdb.mdf file?



    Indeed, it has been a long time :)
  4. VS 2005 Re: Creating a Web Site with Membership and User Login

    Have you checked the database directly, using the SQL Server Explorer within Visual Studio, or how are you verifying that the users aren't there?

    Is it possible that originally you were using a...
  5. Replies
    3
    Views
    950

    VS 2010 Re: Adding a Provider to Membership

    Hello,

    The reason that this would have been failing is that the AspNetSqlProvider entry exists in the machine.config file, and this would have been using the wrong ConnectionString to your...
  6. Replies
    7
    Views
    1,662

    VS 2010 Re: Query SQL Server from within a Class

    Interesting, I wasn't aware of this library...

    Do you know if this works within an ASP.Net scope, if so, I am very curious as to how this would work, since it isn't state based.

    Gary
  7. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    I think you are under estimating how much it is used in Enterprises.

    Gary
  8. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    In post 3, I asked for some more information in order to help you. Can you answer those questions?

    Gary
  9. Replies
    7
    Views
    1,662

    VS 2010 Re: Query SQL Server from within a Class

    Hey,

    Since websites are stateless by their nature, there really isn't anything that you can do within the Global.ascx, or anywhere else, to trigger something to happen. You would need to look at...
  10. Replies
    7
    Views
    1,662

    VS 2010 Re: Query SQL Server from within a Class

    Hello,

    To access the contents of the web.config file, you should make use of the WebConfigurationManager, which you can find details of here:
    ...
  11. Re: How to go to another view by clicking the label

    Hello shanida,

    Can you please post these questions in the MVC.Net Forum, as this is where they belong.

    I will move this one here as well.

    Gary
  12. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    It is my understanding, as per the information here:

    http://support.microsoft.com/gp/lifean45

    The Microsoft will continue to support Silverlight 5 until 2021. There are no plans for a new...
  13. VS 2008 Re: How to reset the datapager numeric pager field?

    Hey,

    Have a look at this article:

    http://www.4guysfromrolla.com/articles/021308-1.aspx

    Specifically the SetPageProperties method.

    Gary
  14. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    Personally, I think that deprecated is too strong a word, that is not really the case. While Silverlight has been "passed over" for a more generic style of application development, namely HTML 5,...
  15. Re: How can I display another view by clicking "@Html.displayfor()" tag in asp.net ?

    Hello,

    This is an ASP.NET MVC Question, so I am going to move it to that forum.

    Gary
  16. Replies
    6
    Views
    4,125

    Re: Retrieving User Id

    I am assuming that you have enabled Windows Authentication. Is this happening when deployed to IIS on the machine, or when running out of Visual Studio?

    Gary
  17. Re: search for user details by username in MVC using nhibernate

    Hello,

    Since you are using ASP.Net MVC I am going to move this question to that forum.

    Thanks

    Gary
  18. Replies
    1
    Views
    1,068

    VS 2005 Re: Datagrid Scrolls To Top Of Page

    Hello,

    Can you try the technique which is described here:

    http://blogs.msdn.com/b/webdevelopertips/archive/2009/06/08/tip-75-did-you-know-how-to-maintain-scrollposition-after-post-back.aspx
    ...
  19. Replies
    6
    Views
    4,125

    Re: Retrieving User Id

    Hello,

    Is the site that you are testing with added to the local intranet zone in Internet Explorer?

    Also, doing a bit of googling, it would appear that ServerVariables is deprecated, so I would...
  20. VS 2005 Re: [RESOLVED] Unable to start debugging on web server

    This is an interesting one, can't say I have seen that before.

    Thanks for posting back with the solution!

    Gary
  21. Re: Writing SQL in the code behind to Gridview on a different page

    Hello,

    For the benefit of the community, would it be possible for you to share your findings, so that others can benefit?

    Also, can you mark your thread as resolved?

    Gary
  22. Re: Adding Web access to a desktop app - guidance/advice pls

    Hey,

    As Si has said, there is no need to re-invent the wheel. IIS is a web server that comes with every version of Windows, so it is very simple to get up and running.

    If you haven't done so...
  23. Re: Writing SQL in the code behind to Gridview on a different page

    Hello,

    Is this:

    http://msdn.microsoft.com/en-us/library/aa581796.aspx

    What you are referring to?

    Gary
  24. Replies
    2
    Views
    1,716

    Re: passing objects or values

    Hello,

    Based on your other threads, I am going to assume that this is also ASP.Net MVC, so I will move the thread to correct forum.

    Have you seen the following example application:
    ...
  25. Re: Writing SQL in the code behind to Gridview on a different page

    Hello,

    Just a couple points on this thread....

    First up, don't use MsgBox in an ASP.Net application. Although it looks like it is working when you are debugging out of Visual Studio, it won't...
  26. Replies
    3
    Views
    3,054

    Re: Place Data Into Textbox From ObjectDataSource

    Hello,

    Here is a complete description of what you need to do to achieve what you want:

    http://msdn.microsoft.com/en-us/library/aa581783.aspx

    Hope this helps!

    Gary
  27. Re: How can I call an ActionResult from another ActionResult

    Hello,

    This appears to be an ASP.Net MVC question, unless I am mistaken, so I am going to move it to the correct forum.

    Thanks

    Gary
  28. Thread: Checking

    by gep13
    Replies
    8
    Views
    2,609

    Re: Checking

    That would be what Brock has created. It is called MembershipReboot. It is linked at the bottom of the article that I posted. He has taken all the things that he believes is "wrong" with the built...
  29. Thread: Datalist design

    by gep13
    Replies
    3
    Views
    1,758

    VS 2010 Re: Datalist design

    Hello,

    Just to confirm what I am seeing...

    You want your company logo to appear above the DataList, obscuring some of the data that is being rendered underneath it.

    Gary
  30. Replies
    1
    Views
    1,096

    Re: Reference for SQLQuery

    Hello,

    This type of error message (not the exact wording) indicates that you are missing an assembly reference in your project.

    Is it possible to provide the complete error message that you are...
  31. Thread: Session

    by gep13
    Replies
    5
    Views
    1,761

    Re: Session

    Hello,

    I have moved your thread to the correct forum.

    For the benefit of the community, would it be possible for you to post the solution to your problem?

    Also, can you mark your thread as...
  32. Replies
    14
    Views
    3,817

    VS 2008 Re: Add button in listview

    Wow, this is an old thread :) Happy to hear that it was useful to you know!

    Gary
  33. Thread: Checking

    by gep13
    Replies
    8
    Views
    2,609

    Re: Checking

    Hello,

    I guess the point that Brock is making, and it is a valid one, is that these things that you mention, and others, are not enabled by default. You have to, as you say either enable them, or...
  34. Re: how to check the database table contents with the view contents

    Hello,

    Sounds like you are doing ASP.Net MVC, so I am going to move your thread to that forum.

    Thanks

    Gary
  35. Replies
    3
    Views
    2,095

    VS 2010 Re: [RESOLVED] IE 9 OnMouseOver

    As a general rule, unless you are targetting a specific browser, and one browser alone, it is best to test against a range of browsers, i.e. Chrome, FireFox, Safari, etc, that way you know that it...
  36. Thread: Checking

    by gep13
    Replies
    8
    Views
    2,609

    Re: Checking

    Hello,

    For getting started with the membership provider, have a look here:

    http://msdn.microsoft.com/en-us/library/ms731049.aspx

    But as a word of warning, you might want to have a look at...
  37. Thread: NHibernate

    by gep13
    Replies
    1
    Views
    929

    Re: NHibernate

    Hello,

    Since this is an ASP.Net MVC question, I am going to move this to the correct forum.

    Thanks

    Gary
  38. Thread: Session

    by gep13
    Replies
    5
    Views
    1,761

    Re: Session

    Hello,

    From the terminology that you are using, am I right in saying that you are using ASP.NET MVC, or are you using ASP.NET Web Forms?

    Also, are you using your own code to store the...
  39. Replies
    1
    Views
    1,698

    Re: How to clear the reference of report document?

    Hello,

    I am not too familiar with Crystal Reports, but does this help:

    http://geekswithblogs.net/technetbytes/archive/2007/07/17/114008.aspx

    Gary
  40. Replies
    4
    Views
    3,855

    VS 2010 Re: Sort X axis on MsChart with multiple series

    Is it possible that you can show a screenshot of it working with 1 series, and then not with 2?

    Gary
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width