asp.net

jqGrid ASP .Net Permanent 'Add new row'

I've been using jqGrid ASP .Net and really happy with it but I required a permanent blank new row at the top of the grid which allows a user to enter a new row on the fly rather than using the add row dialog. From looking at the trirand forums, this is currently not supported 'out of the box'. I have seen this forum post http://www.tri...

Regex Validator not working

I have a div tag that contains a textbox and a submit button. I am trying to only have the submit button work if the text entered is a number (int or decimal). However when running the debugger, the onclick function is called no matter what text is entered. Any idea how I messed this up? <div class="content"> <table class="inputForm"...

Stream Video with ASP.NET

Is there a good way to stream video through asp.net to a normal webpage and mobile? I've tried the following but it doesn't work in my Sony Ericsson K810i. When I try it in my browser, I can see the clip (don't know if it's streaming though). html: <object type="video/3gpp" data="handlers/FileHandler.ashx" id="player...

What is the maximum memory allowed for w3wp worker process on 64 bit IIS 7

What is the maximum memory allowed for w3wp worker process on 64 bit IIS 7. There are 16 Gigs on the web server and the w3wp worker process is using over 6 Gigs of memory (mostly session storage). We suddenly began experiencing high cpu and seeing much more garbage collection. Could we have reached the limits of the w3wp process and t...

which tools is good to design a ASP.NET User interface to show it to client?

which tools is good to design a ASP.NET User interface to show it to client? ...

how to cache a dataset when database table being update

Hi everbody, I need to use caching in my project. The problem is that, When page is firstly load ı cached a dataset. Then after after I update or insert a new record in table. my dataset returns from the cached records. The question is that, How can i update cache values when the table is being changed in database ...

ASP.NET HttpModule : detect first request in a session

I have written a HttpModule for our site which generally accepts requests and checks for specific file extensions as well as the value of a specific session variable. Is it possible to detect the first request in a session? ...

Clear all fields after record inserted in asp.net

I have a small form of 4 fields, I am using Ajax to save record and give alert to user on same page. all is working fine but I want to clear all 4 fields after record is inserted and don't want user to press again and duplicate, Right now I am using this._studentName.text = ""; but is there any easy method to get same result coz I ha...

Amazon CloudFront invalidation in ASP.Net

Hi everyone I am not sure how to send a request using ASP.Net to Amazon CloudFront to invalidate an object. The details are here http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/index.html?Invalidation.html but I am not sure how to implement this in ASP.Net... can someone please help? ...

Give Me The Code for an ASP.NET TextBox with Suggestions

here is the scenario, I have text box, if I type few characters in text box, a popup should open which should have list of values matches my text box entry from DB with check box. after selection of the values from popup, the selected values has to be in text box with delimiters. type Joh in text box, the popup should have all the Names...

Aligning a asp:Button to to the right of asp:Wizard's Next Button

Coding Platform: ASP.NET C# Controls Used: asp:Wizard and asp:Button I have a asp:Wizard and when it renders it have Previous and Next Buttons I would like to place a button to the right of Next Button. Now that button is being rendered below asp:Wizard Control. Any method to accomplish it? Update: I am not using StartNavigationTempl...

Asp.net gridview

I have a text box inside gridview. I need to get the id of textbox in javascript. When i use like this '<%= txtNewQty.ClientID %>'; it gives the compilation error. ...

C# Page postback

Is it possible to stop the page postback on any click event based on some validation ...

Problem with posting xml data to .net webservice asmx

I have the following code which is trying to post xml constructed data to webservice .asmx but xml constructed data is not reaching webservice file at all.when i make ajax call control is not moving to webservice file at all.Is their any problem with syntax in ajax. This is my code on client side . $.ajax({ type: "POST"...

Menu control properties in asp.net webapplication

I have included a menu control in Vs 2008 for web application(Asp.net).. I got this view when i hover to service menu.. I got this view when i moved to sub menu.. how should i retain the hover property of service menu,even if i move to its sub menu.. Thank you ...

jquery.ajax set with async=true to send data back to server not working if page redirects/reloads.

I'm trying to save some content whenever a button/hyperlink is clicked using jquery.ajax (Using Asp.net 3.5). The logic is as follows: Through .bind in jquery I bind my own method(MakeLog) to a button click or hyperlink click. The click events of button/hyperlink contain nothing, I need to use .bind for selective controls. Now we h...

What are my options to merge PDFs in a web site or web service environment?

I have multiple PDFs coming from a report generator and I want to merge them to a single document. The merging process must run in a web site or WCF web service environment (Framework 4.0, IIS 7.5). Is there a component, open source or commercial, to accomplish this? In my process I get the PDFs as streams. If I have the choice, I would...

asp.net report generation - page cannot be diplayed

I have a asp.net application which generates reports.When the user clicks on generate report, the report is generated in the background and link to that report is written on the UI. There is no problem with the application as many of them are able to generate the reports successfully. However few users are facing issue is generating r...

window.showModalDialog issue

I am opening a popup window using and passing some array of parameters window.showModalDialog("Test.aspx", MyArgs, WinSettings); in the Test.aspx i have button, on button click i have "Response.write("Test") when i click on the Test button a new window is getting opened. Can this be avoided? Please help ...

How to fix this error

While am running the web application i created the master page.It is showing the below error.. PlZ help me out to resolve this problem Thanks 'Sdi.Pss.Site1' does not contain a definition for 'lblAppShowValue' and no extension method 'lblAppShowValue' accepting a first argument of type 'Sdi.Pss.Site1' could be found (are you missing a ...