Search

You searched for the word(s): userid:814875

Matching Posts

  • Re: Asp.net web page Displayin new quote on each day.

    Hi sappidireddy , The simple approach would be to generate a random number that lies between 1 and the maximum number of records in the database. Now fetch the database row according to this number. Hope this helps. Please feel free to ask if the problem persists or if any help is required. Happy programming!
    Posted to State Management (Forum) by sangam100 on 7/13/2009
  • Installation has failed message in homepage, but admin page is working

    Hi all, I installed the community (advanced) starter kit (CASK 2.2). The installer works well. After completion of installation, however, the home page (localhost->default.aspx) displays that: "No community is configured for localhost. If this is the first page that you see after installation, then installation has failed. Here are few things to check: .....". But I could login as admin and add, change the community also. Since I am runninig the site in the localhost, I have edited the
    Posted to Community Starter Kit (Forum) by sangam100 on 7/1/2009
    Filed under: community starter kit, asp.net 2.0
  • Development guide on new asp.net content management system (cms)

    Hi all, We are planning to develop an asp.net cms with most common features (content management, article posting, menu, templates, users and roles, files management etc, to list the common the features). We are at our very beginning. So we would like to learn the basics at first before running into the core. Could anyone point towards the right resources please? There seems to be so many cms in asp.net, but hardly any of them seems to be smart enough (I guess, this is the feeling of for many programmers
    Posted to Getting Started (Forum) by sangam100 on 6/29/2009
    Filed under: CMS, asp.net 2.0 C#, content management system
  • Re: Visual Studio Short Keys and Some Tips and Tricks

    Hi chintanpshah , Thank you very much. Any other listings, links and tips/tricks are much welcome!
    Posted to Announcements (Forum) by sangam100 on 6/22/2009
  • Re: select all checkbox in a gridview which in updatepanel

    Hi ralax_myself , I suggest you to look at this article: How to Check Uncheck all checkboxes in an asp.net gridview . This simple article uses javascript to check or uncheck all the checkboxes in a gridivew at once. Hope this helps. Please feel free to ask if the problem persists or if any help is required. Thanks. Happy Programming!
    Posted to ASP.NET AJAX UI (Forum) by sangam100 on 6/22/2009
  • Re: Invalid attempt to call Read when reader is closed.

    Hi CurtWRC , You should be able to successfully open your database connection before retrieving data using your stored procedure. And furter you should have your data reader open and data available in the reader before you can read from data reader. This is the basic requirement while reading data using datareader. So please make sure both the requirements are met. You can check if the connection is open or not by debugging your project. If you suspect there is problem in stored procedure you have
    Posted to Getting Started (Forum) by sangam100 on 6/22/2009
  • Visual Studio Short Keys and Some Tips and Tricks

    I wonder there are so many easy to use and easy to remember short keys for our IDE, namely Visual Studio. But most of the times we are unware of it or simply say- I am easy with my mouse looking for the menu or clicking here and there and wait the visual studio finish the job for my mouse-command! Yeah, every developer wishes to use keyboard short keys that makes the development faster. This sort of interaction with the visual studio is very useful for the IDE users. With all these point and the
    Posted to Announcements (Forum) by sangam100 on 6/18/2009
    Filed under: Visual Studio, ASP .NET 2.0
  • Re: Embed html file in aspx page

    Hi, PeteNet and sumitd. Greetings! I have followed the link your provided and have been able to display the html files in the iframe. I fact I learned to embed an html file in an aspx page with three different ways: iframe, Response.WriteFile method and even using Server.MapPath methods. All the methods have their own cons and pros. Anyway, now my need is to highlight the text in the html files embedded in the aspx page. With Server.Transfer, it seems that the control will not be with the parent
    Posted to Getting Started (Forum) by sangam100 on 6/12/2009
  • Embed html file in aspx page

    Hi all. I have some html files. Those files were generated while converting pdf, ppt, doc files into html file using microsoft interop dlls. Inspecting these files, I tried to read the text using stream reader. But all I get is sort of encrypted characters. Although those are html files, I am seeing some special formatting while converting them into html files. All I need is now to highlight some texts in those html files. So I am looking some means to embed those html files in aspx page and then
    Posted to Getting Started (Forum) by sangam100 on 6/11/2009
    Filed under: embed html in aspx, asp.net
  • Re: Using the RequiredFieldValidator?

    Hi Nermin , You should use ValidationGroup properties of both the search button and the RequiredFieldValidator. Give same name (say, "ValidateSearch") to the ValidationGroup of both button and required field validator. Using different validation groups you can create a number of groups that do not affect each other. Hope this helps. Please feel free to ask if the problem persists or if any help is required. Thanks. Happy Programming!
    Posted to Web Forms (Forum) by sangam100 on 6/10/2009
Page 1 of 32 (313 items) 1 2 3 4 5 Next > ... Last »