Elements not maintained across postback
Hi,In a page, I have a server side div element and child elements are added to that div element as user add filters to the report. Across postbacks, the div element maintain its state, but sometimes...
View ArticleHow to make Login Button as a default button
Hello ,I have a login webpage which contains username & password textboxes and a Login button. I want that when user press the enter key loginbutton event should fire. It is working if i dont use...
View Articleimages in page
i have various sections in a page , then i want that the siteadmin is able to add images to the various settion while editing that section ....... how could i make that when i re-edit make images to...
View ArticleIssue with URL Tampering
Hi, I have an issue with URL Tampering. For example, lets take this url http://www.cinemax.co.in/Inner/AboutUS.aspx This is the website of Cinemax. Now, if I change the url as follows...
View Articleneed suggestion ...
I am receiving pdf file from another website user. I am creating userid folder in server and saving pdf file. Now at my end I am giving 1 button for reteriving pdf file and showing them in gridview and...
View ArticleRDLC Chart format
Hi,i am using ssrs (RDLC) chart control in one of my web form, i see that it is not formatting properly(please see below screenshot) any suggestions. i have increased the width height but no use
View Articlefileupload and memorystream
Hi:I meet a problem when reconstructing a new memory from fileupload's postfile inputstream, like followings:MemoryStream ms = new MemoryStream(this.fuload.FileBytes);the main problem is, is the upper...
View Articleurlrewritter not working in gridview with specified pagesize
urlrewritter is not working and my code shown belowstudent.aspx <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"...
View ArticleDropdownlist
I have a dropdownlist with users names and a button that supposed to change the values on the page when clicked on.My button code behind...
View ArticleCrystal Report - Server Error
I Have a Webform Having Crystal Report Button - When I Press It -It Shows Server Error - But But But - When I Restart My IIS Server - Server Error Finishes And Crystal Report Comes -Why This is...
View Articlehow to Prevent Script Injection?
Hi all, I want to prevent script injection from my input controls. So after lots of research i found one solution <httpRuntime requestValidationMode="2.0"/> in web.config. And at the time of...
View ArticleResponse.write problem in windows7.
Hi.I am making Download Page.And Code is located belowProblem is that it is ok in windows xp but popup a windows for 1 second and close in windows 7.what's the...
View ArticleArray string is not working in if else condition.
hi, I am getting value">100.00" in m ={prices[0].Trim()} and I am getting value ">100.00" in n.string[] m = { prices[0].Trim() }; string[] n = new string[] {">100.00"};if (m == n) { .... }...
View ArticleReport viewer
Hi,I have used local report viewer in my application.however there is inbuilt export to excel option in the report viewer, but the propblem is when i export to excel the report the excelsheet name is...
View ArticleFileUpload Control inside of grid View
I have a FileUpload control inside a ItemTemplate of GridView. Please see the image(http://prntscr.com/28tqz5)At the end of form there is a save button. In button save click event i am looping through...
View ArticleSearlize Data using Jquery
HiiI am working on mvc and i want to post data to my controler using ajax postmy controler accept object of one classand i am using form.searlize method of jquery to searlize formi am not able to...
View ArticleAppearanceEditorPart question
Hi, Is there a way to show the AppearanceEditorPart only in the shared mode? I only want to allow adminstrators to change the web part title for all users.Thanks in advance and regards
View ArticleBad performance when debugging.
Hello,I have a WebPage that starts some caching work in a Thread for later use.When debuggig this takes about 10 minutes to complete. When starting with "crtl +F5" this is done in less than 30...
View ArticlePath resolutions
Could someone explain the exact difference using the following symbols for the paths.~/SomeFolder./SomeFolder/SomeFolder//SomeFolder\SomeFolderResolvePath function.Regards Siva
View Article