Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralQuestion Pin
nithydurai9-Apr-08 22:40
nithydurai9-Apr-08 22:40 
GeneralRe: Question Pin
eyeseetee9-Apr-08 22:47
eyeseetee9-Apr-08 22:47 
General[Message Deleted] Pin
Deepak Nigam9-Apr-08 22:29
Deepak Nigam9-Apr-08 22:29 
GeneralRe: dropdown can not be selected Pin
eyeseetee9-Apr-08 22:32
eyeseetee9-Apr-08 22:32 
QuestionRegarding menu dynamic generation in asp.net Pin
vijay kanth9-Apr-08 22:25
vijay kanth9-Apr-08 22:25 
GeneralRe: Regarding menu dynamic generation in asp.net Pin
N a v a n e e t h9-Apr-08 22:31
N a v a n e e t h9-Apr-08 22:31 
QuestionCould not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
RichardBlare9-Apr-08 22:11
RichardBlare9-Apr-08 22:11 
AnswerRe: Could not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
Pankaj Shrama13-Jul-08 1:08
Pankaj Shrama13-Jul-08 1:08 
Hi!

In order to resolve this Exception follow the below mentioned steps

1. Download and install the ASP.NET 2.0 AJAX Futures January CTP from http://www.microsoft.com/downloads/details.aspx?FamilyID=4CB52EA3-9548-4064-8137-09B96AF97617&displaylang=en

2. Make sure that there’s a reference in your web project to the Microsoft.Web.Preview dll that gets installed (under C:\Program Files\Microsoft ASP.NET\ ASP.NET 2.0 AJAX Futures January CTP\v1.0.61025)

This will solve your Problem definetley.

3. Update the project’s Web.config file so that it contains the following entries

<system.web.extensions>
<scripting>
<webServices>

<jsonSerialization>

<converters>

<add name="DataSetConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataSetConverter, Microsoft.Web.Preview"/>

<add name="DataRowConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataRowConverter, Microsoft.Web.Preview"/>

<add name="DataTableConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataTableConverter, Microsoft.Web.Preview"/>
</converters>

</jsonSerialization>

</webServices>

</scripting>

</system.web.extensions>

Smile | :) Hope this will solve your problem.
Generallistbox values Pin
eyeseetee9-Apr-08 22:11
eyeseetee9-Apr-08 22:11 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:23
N a v a n e e t h9-Apr-08 22:23 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:30
eyeseetee9-Apr-08 22:30 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:32
N a v a n e e t h9-Apr-08 22:32 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:52
eyeseetee9-Apr-08 22:52 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 23:11
N a v a n e e t h9-Apr-08 23:11 
GeneralRe: listbox values Pin
Darsh_310-Apr-08 8:30
Darsh_310-Apr-08 8:30 
GeneralUnable to get text from textbox Pin
Deepak Nigam9-Apr-08 22:04
Deepak Nigam9-Apr-08 22:04 
GeneralRe: Unable to get text from textbox Pin
eyeseetee9-Apr-08 22:14
eyeseetee9-Apr-08 22:14 
GeneralRe: Unable to get text from textbox Pin
Deepak Nigam9-Apr-08 22:26
Deepak Nigam9-Apr-08 22:26 
GeneralRe: Unable to get text from textbox Pin
eyeseetee9-Apr-08 22:31
eyeseetee9-Apr-08 22:31 
GeneralRe: Unable to get text from textbox Pin
Darsh_310-Apr-08 8:37
Darsh_310-Apr-08 8:37 
GeneralRe: Unable to get text from textbox Pin
Darsh_310-Apr-08 8:34
Darsh_310-Apr-08 8:34 
Questionhow can i access resources @ the client by web application ? Pin
Mr-Error9-Apr-08 21:41
Mr-Error9-Apr-08 21:41 
GeneralSecurity issue Pin
arslanjatt9-Apr-08 21:39
arslanjatt9-Apr-08 21:39 
GeneralRe: Security issue Pin
eyeseetee9-Apr-08 21:49
eyeseetee9-Apr-08 21:49 
GeneralRe: Security issue Pin
arslanjatt9-Apr-08 21:59
arslanjatt9-Apr-08 21:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.