|
Search
You searched for the word(s): .net 4.0
Showing page 333 of 1,307 (13,069 total posts)
< 1 second(s)
-
Hi coolaggie, Can you try here http://www.cutesoft.net/example/general.aspx? Input the code below in normal view and than switch to html view to check the code. <script>alert(''this is a test'');</script> Does it works for your? Or this issue only happen on your side? If so, please send the test page url to ...
-
piyushvarma:
I also get similar following error:
System.NullReferenceException: Object reference not set to an instance of an object.
The Stck Trace is:
[NullReferenceException: Object reference not set to an instance of an object.]
aa..ctor(Type type, String key)
v.a(Type A_0, String A_1)
...
-
Adam, cutechat, thanks for your replys! OK, so I see. But suppose I use Microsoft AJAX and sending a server request is ok performance wise but I need to distinguish the event generated by the file upload from other events that causes post back so that I can direct my code behind depending on which control that is causing the post back, how do ...
-
cullenrc:
I think you're on to something there as I've just managed to ''break'' the sample ''Framework 2.0-Csharp-MicrosoftAjax/multiple-files-upload.aspx''
If you move the server Form, Script Manager and Update Panel tags from the Master page and place them directly into the content of page multiple-files-upload.aspx, you get the ...
-
Hey Adam,
I have used the example that you have given and this perfoms as I would expect. However on our server when I use <ul><li> construct the </li> tags are dropped. For example I create:
<ul>
<li>Microsoft® .Net™ / ASPX ...
-
HI Adam,
I am using VB.NET in VS2003 (v7.1.3088) with .NET Framework 1.1.4322(SP1).
I made the following changes to the file called simple-upload.aspx as you suggestered:
Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)
Dim uploader As Uploader = ...
-
gmgauthi:This is a test.
Can anyone tell me what version of CS this is? I'm running Safari 3 on OS X 10.5 (Leopard), and this version of CS's full-featured editor is working spectacular!!
I've had lots of trouble with it in the past, on boards running what I believe are old versions of the CS server software...
...
-
Thank you Adam for your quick reply.
I have just contacted my hosting provider and they have told me they are running linux servers, i am on there web hosting package and dont have any .NET or Server SQL.
Is there anything i can upload to change this or even act as a virtual .NET server? I was also wondering if you have one ...
-
Place the dictionary and the NetSpell.SpellChecker.dll in the bin folder in the root of your website.
It can help if you have a web.config file like the one below, to find out what's wrong.
The last line (<globalization culture=''en-US''/>) forces the spellchecker to use the US dictionary, otherwise it will be using ...
-
adam,
thanks for your reply.
it's rather difficult to extract the functionality out of my very large project, but I'm looking forward to create a simple example project. this will take me some time.
technically, the procedure is as follows:
- i have a classlibrary project, not a standard asp.net one built into a ...
... 333 ...
|
|
|