Select the product you need help with
Tracking down ASP.NET view-state issues in the Knowledge BaseArticle ID: 871041 - View products that this article applies to. ASP.NET Support Voice Column: Tracking down ASP.NET view-state issues in the Knowledge BaseTo customize this column to your needs, we want to invite you to submit your ideas about topics that interest you and issues that you want to see addressed in future Knowledge Base articles and Support Voice columns. You can submit your ideas and feedback using the Ask For It
(http://support.microsoft.com/common/survey.aspx?scid=sw;en;1176&p0=&p1=&p 2=&p3=&p4=)
form. There's also a link to the form at the bottom of this column.
This article was originally published as an ASP.NET Support Voice column in May 2004. This is not a standard KB article. On This PageINTRODUCTIONThis month we are going to look at view-state issues in Microsoft ASP.NET; specifically, how to find answers to them in the Microsoft Knowledge Base (KB). View state can be a wonderful thing as long as you know how it works, how it might relate to particular issues that you encounter, and what issues to be aware of while leveraging it. Of course, if you knew what potential issues to expect, you probably would not have run into them in the first place. This is where the KB comes into play. The KB can prove to be a useful resource as long as you know how to find what you are looking for. Tracking down ASP.NET view-state issues in the Knowledge BaseHave you ever run across the following issues?
It is usually a good idea to set the appropriate audience keyword for your search. We will use the kbAudDeveloper keyword because our search will be related to ASP.NET development issues, and the kbAudDeveloper keyword filters the search to include only developer articles. In our ASP.NET view state example, this keyword will not have an effect, but there are times when it definitely will. The query also needs some additional keywords to filter out all of the state management articles that are not related to view state. To do this, we will add “view state” in double quotation marks to our query. This addition brings us to another important point about searching the KB. There may be times when you have to attempt your query in a couple of different ways, depending on the search terms that you need to apply. For example, our query covers “view state” articles. Some articles may refer to view state by using the spelling "viewstate" instead. In our case, searching on “view state” alone might exclude those articles where the term "viewstate" is used instead of “view state”. This situation usually arises when a term is referred to in one way when it is written in a sentence and in another way when it is used in code. Typically, the writer, technical reviewer, or someone else along the way will have added related terms like this to the article’s metadata as additional keywords or query words so that the article is more likely to appear in a search. The problem is that there may be instances when this did not occur, so you must be aware of this if your search results do not include an article that is related to your issue. Now that we have the core keywords for our KB search, we must decide what type of article we want to have returned. Keep in mind that you can omit a keyword if you are interested in seeing all of the related article types for your search topic. The following list offers a brief description of the article types that we can expect to be returned:
MORE INFORMATIONWhile each column is usually related to a particular topic about ASP.NET and the KB, I usually try to wrap up with a few more general tips. General search tipsWhen KB articles are created, they have specific product elements and keywords that are associated with them. If you know the keywords that are associated with a product or a technology, try using those instead of their more generic English terms during your initial searches. This technique typically offers a bit more precision than just stringing together words or phrases. The following is a list of tips that should help improve your experience with the KB. For more information, click the following article number to view the article in the Microsoft Knowledge Base:303992 You can also use the following information to improve your KB searches:
(http://support.microsoft.com/kb/303992/
)
Keywords to search .NET related Knowledge Base articles
Jeremy Osborne, MCSD Technical Writer, Microsoft Developer Support Jeremy Osborne is a technical writer for the Developer Support Content Team and has been working with ASP .NET and the .NET Framework since joining the team during the early beta period of .NET Framework 1.0. Before joining his current team, he served as a member of the ASP Developer Support Group in Microsoft Product Support Services. PropertiesArticle ID: 871041 - Last Review: July 29, 2005 - Revision: 2.2
|


Back to the top








