Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:787936
More Search Options
RSS Available
Matching Posts
Re: sort arrary List (sort direction)
You could always reverse the array once done?
Posted to
Getting Started
(Forum)
by
simon.hatchard
on 5/29/2009
Re: Unzip a rar/zip File Programmatically
You can use the j# libraries to do this since they contain the zip/unzip functionality, however .rar would not be possible though there. Alternatively there is an open source solution available here http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
Posted to
Web Forms
(Forum)
by
simon.hatchard
on 5/29/2009
Looking for ASP.net developer
We are currently looking for a permanent ASP.net web developer to work from our offices in Windsor, UK. The role will be primarily focussed around continued development of our in-house CMS used to serve our 5 main websites. Candidates with some experience in SEO would be beneficial, strong CSS and HTML skills are important. Development of web controls would also be very useful.
Posted to
Jobs
(Forum)
by
simon.hatchard
on 5/29/2009
Re: some help in design of my site
You might find the following site quite useful - it provides some free CSS templates for download which can easily be implemented into a .net solution and adapted to meet your needs. They are generally of very good quality. http://www.freecsstemplates.org/
Posted to
Getting Started
(Forum)
by
simon.hatchard
on 4/1/2009
Re: Evaluate Arithmetic Expression in string
I dont think that there is any easy way of doing that - link to an article which may help http://69.10.233.10/KB/vb/EvaluateArithmeticExpr.aspx
Posted to
C#
(Forum)
by
simon.hatchard
on 3/30/2009
Re: creating ajax controls dynamically?
Just to note - even if you use the placeholder you will still need to recreate the control after postback - this will not be done automatically for you im afraid
Posted to
ASP.NET AJAX UI
(Forum)
by
simon.hatchard
on 3/20/2009
Re: update panel problem
With the triggers why are you creating another update panel, nesting the update panels will still cause the same problem. Try adding the trigger to the main update panel with the ID of the button. I have had the same issue and the triggers fixed it - so I would recommend trying to fix the issue with the ID of the button not being found to work around this issue - alternatively look for a third party component to perform the file uploads which may be a decent work-around.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
simon.hatchard
on 3/20/2009
Re: update panel problem
There is a known issue with the file upload control in an update panel. You can get around this by assigning a trigger to the button which will perform a full postback, as below Dim trigger As New PostBackTrigger With {.ControlID = completeButton.ID} updatePanel.Triggers.Add(trigger)
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
simon.hatchard
on 3/20/2009
Re: creating ajax controls dynamically?
Hi When you create dynamic controls you will need to ensure that they are added to the control tree when the page is posted back. If you override CreateChildControls and put the logic to recreate the controls in there you should be fine.
Posted to
ASP.NET AJAX UI
(Forum)
by
simon.hatchard
on 3/20/2009
Re: TextBox containing HTML code fails on postback
Try adding ValidateRequest="false" in the @Page directive at the top of your .aspx page which should allow this - it is turned on by default to secure the page submissions.
Posted to
Getting Started
(Forum)
by
simon.hatchard
on 3/18/2009
Page 1 of 18 (176 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online