How to link 2 gridviews
Dear all, I am wrting to seek help in regards to, how do you link two gridsview together. I currently have one gridview (grid1) setup with the following fieldnames; name, details and date. I would...
View ArticlePage.IsValid being set to false in webpart edit mode
I've a web page with webparts on it. It works fine - basically it is taking a donation.If the web page is in "edit" mode however Page.IsValid is false and it won't submit the donation.I can't find any...
View ArticleSimple way to manage visibility of control (e.g. LinkButton) based on...
Hi. Is there a simple way to manage visibility of control (e.g. LinkButton) based on security roles assigned to destination page to which this LinkButton leads? Or is there a simple way to check roles...
View ArticleASP.NET Page or Form Mockup tool
Any recomendations on such a tool? Something that can be downloaded and used on a 30-days trial basis. Thanks
View ArticleScroll to specific div in aspx page
I have requirement that on click of any button, page need to scroll to particular div with in page.page has 10 divs and specific div has some ID, We need to scroll the page up to that div
View ArticleUserControl doesn't show
I am trying to create a simple user control that contains an ImageButton and a Label but the problem is the ImageBox and Label don't appear to have been properly set - they just show the default don't...
View Article"Specified argument was out of the range of valid values."
Hi,Found sample girdview c# codes with add, edit, delete functions.When i set "Display edit button" to "false" getting this error on this row// Here we'll add a blank row to the returned DataTable...
View ArticleSQL - how to set a personal data column to random numbers
Is there a way to mask a column in a SQL statement to put say other information in there? Say Credit Card Number is the column and is a non required field.Example: I want to find all the records...
View ArticleHow to create chat application and video chat application in asp or c#
Hi,Please any body help me out to find the way. i want to develop chat and video chat application in ASP please help me.Waiting for your reply.Thanks & RegardsPradeep
View ArticleHow to make Notification like facebook
Hisimply, I want to execute a function in C# whenever there is a certain change in SQL server databasefor example, if you have a table with two colunms, then whenever an item inserted ( or updated ) in...
View Articleplay alert sound on browser
hi, friends,I want to know the best way to play sound (mp3 or wav) from all browser?I am using VS2010 for web application (c#).I want to play the alert sound (very short about 2 second) for users, from...
View Articleadd history point to gridview results for browser back button
I have a Combobox and GridView on the Content page. I do bind the GridView on Combobox SelectedIndex Changed event using AJAX. I would like to create an HistoryPoint for this Combobox selected value...
View ArticleWhy Isn't my checkBoxList Updating
I have a simple page with a checkboxlist and a button with code behind that supposedly iterates through each listitem setting it to "selected" yet the code must not be working because none of the...
View ArticleRetrieving value from INPUT element
I am trying to retrieve the value entered by the user from an INPUT element for a text box called "txtSearch" that is defined in the master page called Store.master I am trying to retrieve this through...
View ArticleIE10 and AsyncPostBack
Is broken!If I put IE10 into IE9 mode, all works OK. I have 3 triggers that are set in code behind Page_Init and some child triggers of the Update Panel.None are working in IE10. The child triggers do...
View Articleget the value of row
i am trying to send mail through check boxes and i done it but here i want when admin click on check boxes and press on button then admin get the value of document name and status from repeater and...
View ArticleI want to insert the text on each and every page begging of the word document...
Hi, I would like to insert one text every page begging of the existing word document using open XML concept any body can help me.Thanks and regardsRamadurai Jayaraman
View Articlehow to use asyncfile upload control
Dear all,How can I use async fileupload control?In my project, i have a master page which has a update panel.I have a .aspx page and there i have a asynfilupload control, a button to upload and a drop...
View ArticleChange autopostback from textbox not work inside in updatepanel
hello I think I have a textbox in updatepanel and autopostback changed by the code did not work, may be due to this ....
View ArticleProblem in saving a file to a server folder
Dear All, i have a "File Upload Control" in an asp.net c#. Now i am suppose to save uploaded file in D:\testing and http:\\100.20.10.125\dpath . I used server.mappath() but it gives me an...
View Article