Thumbnails and storing data dynamically
Hi all,Okay i am working on this website which is a complete " .asp " extension and my target is to complete the project or convert it into the " .aspx " extension . The following first two images...
View Articleinsert data to gridview
Hi,I have a small question how can you insert data to gridview if the gridview is empty(no records are there)? I want to insert the data via the gridview
View ArticleString was not recognized as a valid DateTime.
Hi I have created web site.it I am passing datetime in a page, while saving I am getting error. Message: Sys.WebForms.PageRequestManagerServerErrorException: String was not recognized as a valid...
View ArticleHow to change GridView Column type from TextBox to LinkButton
Hi, I need to know how to change GridView Column type from Textbox to LinkButton or find an alternate way to have a link button in the first cell of the top row in DataGrid. For example, my code...
View ArticleError in ScriptManager1.RegisterAsyncPostBackControl(HyperLink1)...
Hi,I am getting the following error while tagging hyperlink with scriptmanager.... any help on this please...Control with ID 'HyperLinkApplicationURLs' being registered through...
View ArticleAutoGenerateColumn="false" is not Working in Vb.net only.
Hi,Gridview AutoGenerateColumn="false" is not Working in Vb.net only.But c# is working fine. I am tring 3 Days.But still i am not able to sove this Problem.I don't Know AutoGenerateColumn="false" is...
View ArticleConfirmation box from code behind
Hi,i want to start a confirmation box from code behind and also get the response there.I am implementing a file upload service and i want to have a confirmation box to either overwrite if a file with...
View Articlehow to post webform asynchronously (with image upload) without using server...
I want to create a page in asp.net forms application where I can add product( with image upload), view product in grid(with asynchronous pagging sorting and filtering) and edit product by full...
View ArticleGet My form data to show on screen (will eventually email it)
I have created a simple form which uses Bootstrap.css I take input from the User using this:<divclass="control-group"><labelfor="contact">Name of Contact: </label>...
View ArticleHow to change URL ID using query string and onbuttonclick?
Hi,I am using query string to pass values from one page to another. Basically it is a list with images and when you click image it opens same image larger and with more information.What I want to do is...
View ArticleI need 1 master page to be referenced by many content pages in different sites
We have an enterprise wide web presence and want every page created in any application to reference the same master page, so the enterprise wide template can be maintained by 1 designer and changes...
View Articleis there any way to disable the "Open" button on a file download dialogue?
i have a page that allows a user to save data to an excel file or an xml file. whichever one they choose, an "open/save" dialogue appears allowing them to either save the file to their local system or...
View Articlelistview eval
i need to find an eval item on listview databound and read a part of its content , eval name "text" the part to read is what is inside pre tag"<pre>(.*?)</pre>" tehn after read it just...
View ArticleDynamically create checkboxes
I have been trying to create checkboxes dynamically, I have done this before but for some mad reason It's not working for me. Below is my code any help would be apreciated. Thanks in advance Private...
View ArticleRE: Gridview LinkButtonPostback URL
Have a asp.net webform project recreating a access VBA form with summary and details view.Questions:1) What is the fix?2) What is this operation called when I am transferring a variable with a redirect...
View ArticleDownload File ?
LinkButton lnkbtn = sender as LinkButton; GridViewRow gvrow = lnkbtn.NamingContainer as GridViewRow; string filePath = Grid_pending_course.DataKeys[gvrow.RowIndex].Value.ToString();...
View ArticlePreserve last page view on postback.
Hi, I am developing a project and it requires a side chat system for communicating support department that I control this side chat with right property. At first the right is -350px but when user...
View Articlex on Textbox
Can anyone tell me how I can disable the x that appears in textbox that clears the text.
View ArticleActual Page-URL (for https pages) behind F5 Load balancer
Hi,Could you please help me how to understand from the web solution built in ASP.NET 2.0 version and hosted behind F5 Load abalancer if the page is a https/http one? I have put some logs (using log4net...
View ArticleIs it possible to reset a column value pull from the db in Grid view
I have a P_Id column in my database. It's just an identity column of course. On the rowdatabound event though I would like to take that out and count the rows. Is there a way I can do this? I tried to...
View Article