1
vote
2answers
27 views
Need to change the background color of datalist cell
I have a datalist with itemtemplate which contains: an anchor and an href tag . Everytime a user clicks the link I want to change the background color to green of the so that the …
2
votes
3answers
32 views
Set <asp:content> content in C#
Hi there!
I'm currently learning to use MasterPages and ContentPlaceHolders in ASP.NET 3.5 and C# - and right now, I'm desperately trying to edit the contents of an asp:Content-Co …
-3
votes
1answer
37 views
GridView displaying old data
On the Select event on the Grid View I went to the next page. After some time if I want to use the same page I got the same data on that page; how could I get out of this problem? …
0
votes
3answers
50 views
Need to SelectAll or Clear all checkboxes
Hi,
Please help I am trying to code for selectAll or clear all using Jquery. I have a checkboxlist and the value of id seems to be incorrect. Id in firebug shows the value "<%= …
1
vote
5answers
100 views
Making a short URL similar to TinyURL.com
I'm building a new web app that has a requirement to generate an internal short URL to be used in the future for users to easily get back to a specific page which has a very long U …
0
votes
2answers
25 views
Html being added to Download file in response
I'm creating a csv file on the fly in my ASP.NET web app and sending it back to the user using the following code
ExportPlacementListPostModel postModel = CreatePostModelFromReque …
1
vote
1answer
12 views
Voice Recording with ASP.NET
How can I record voice from an ASP.NET application and upload to server? Is it possible with APS.NET AJAX?
0
votes
3answers
27 views
Custom asp.net handler not being hit
We have a .net 3.5 Web Application Project. It has a custom http handler defined inside a .cs class. There is also a corresponding web.config entry for the handler and the correspo …
2
votes
2answers
33 views
What’s the best way to minify the ASP.NET generated Javascript?
What's the best way to minify the ASP.NET generated Javascript, such as the ones served by webresource.axd, in ASP.NET 3.5 at runtime? I tried using the MbCompression module but i …
0
votes
2answers
36 views
how to run my webapplication on the server ASP.NET
I have created a web application using Visualstudio 2008 using C# on my computer.
I am using windows server 2003.
I have now published the webapplication and put those contents i …
0
votes
1answer
20 views
Free hand line drawing in ASP.NET AJAX
How can i draw fee hand lines above a image in ASP.NET 3.5 AJAX?
0
votes
1answer
52 views
Strange HttpException that’s driving me nuts
Im trying to list all categories in a VPP-folder using a module from Meridium called FolderBrowserProperty. It works perfectly locally and on our company's remote test site, but on …
1
vote
2answers
40 views
Crystal Reports Viewer in ASP.NET3.5 App
Hi All,
I created a ASP.NET3.5 website having a crystalreportviewer in it, it works fine if I run through visual studio 2008 or on my own machine. But when i deployed project on w …
0
votes
3answers
39 views
Need to Develop SQL Server 2005 Database to Store Insurance Rates
Good Evening All,
A client has asked that I develop a web application as part of his existing site built in ASP.net 3.5 that will enable his brokers to generate quotes for potenti …
1
vote
2answers
22 views
C# Validation control
Hi,
Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator for a single textbox.
Kind Regards,
Geetha
