13,153 Topics
| |
[Moderators, apologies if this is not the category my question falls under, please move it to the approp. category, Thanks] Hi, I have developed a VSTO SE Outlook 2007 add-in with Visual Studio 2005. I used the default setup project to create the setup files. Upon installation, the Add-in works … | |
Overview I have a form that the user fills in. A event to my C# codebehind page fires on the save button click. The btnSave_Click method load up the 3 LINQ Entities with the correct values. I call the LINQ method "InsertProject" to insert the data into the SQL tables. … | |
Hi, I have three dropdownlist: country, state and city. Based on the selection of country the data of state will be filtered and similarly depending on the selection of state , the items of the city will be filtered. That is working fine. Now there is one gridview which contains … | |
Hi I am again in need of the professionals on this form. Thanks for the help in past. I have a freetextbox,a dropdownlist and a button in my application. when ever user selects a value in dropdownlist and presses button that particular value should be inserted on the cursor location … | |
Hi! How do I debug design-time error - it just shows up when I view my page in 'Design' mode, but I don't know where in the code it comes from. How do I check it? Please, click to see the error: [URL="http://i42.photobucket.com/albums/e321/watherby/daniweb/Screenshot.png"]http://i42.photobucket.com/albums/e321/watherby/daniweb/Screenshot.png[/URL] Thanks | |
Hey Frnds, I m New to the ASP.Net..Plz Help me out. I want to Insert the Records into the Database on Image Click, I know how to Insert Records On Button Click.I want to Ask that procedure is same or different to insert Records On Image Click. | |
Hello, I am Visual Web Developer 2005 and MS accsess to make a data driven webpage. I have a web page which has a drop down list and a gridview. Both of them are linked to tables in the database and when the user selects an item (user name) from … | |
Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems … | |
hi, plz help me out to hide querystring at url eg: [url]http://localhost/payment/paypal.aspx?Uacc=das021[/url] &sdgn=jg43 to only [url]http://localhost/payment/paypal.aspx[/url]. | |
Hi all I am currently sitting with a problem where I have created dynami controls in a seperate "htmlDesigner" calls I have created. Once I return the html to the calling page, I insert the Dynamically created HTML controls within the Page_Init section, which sets the controls onto the controlling … | |
what is need of using gridview rather than datagrid. Thankyou, ypki | |
Hi I have previously populated a listbox / dropdown list with data from a stored procedure in ASP.NET C# and called the method in the PageLoad so that the list would be available once the page loaded up. However, now I want to do the same thing except I want … | |
Hi, i juz wanted to know how to write this following codings in app.config. In ASP.Net in web.config: [Code]<configuration> <appSettings> <add key = "stu" value = "database = Gred; trusted_connection = yes; server = (local)"> </appSettings> </configuration>[/COde] N in codings part: [COde]Imports System.Data.SqlConnection Dim con As New SqlConnection (ConfigurationSetting.AppSettings("stu"))[/COde] Now … | |
Hi, I have a aspx form on which I have a ListBox control a text field a button (btnA) and a submit button (btnB). The scenario is: the user enters text in the text field and clicks btnA. The value in the text field is added as an option in … | |
Hi, Does anyone know of an easy way to make a databound gridview display multiline textboxes when editing rows instead of the standard singleline ones? I can't use predefinded edit templates, since the gridview is to be absolutely dynamic. That is, I never know how many columns wil be in … | |
Hi all I would like to know that how can I opens a gridview in a search window, when page loads. Thanks | |
hi all,i'm still new to asp.net and i'm having some difficulties. i have an asp page where it will display the result of a select count(*) result if the user clicks on a button control. i have bind the sqldatasource to the gridview. the problem is i need to get … | |
Can anyone please give me a sample code to start with ASP.Net 2008 database program ? | |
The website that I created enables users to signup. When they register an account, a mail is sent to them. In the mail, I wish to send them a link upon clicking of which enables them to login. How can I do this? ----- I was thinking on the following … | |
I have a gridview that gets data from an objectdatasource. the grid has a commandfield in which i show both the edit and delete buttons. i have figured out how to confirm the delete... [code=VBNET] If e.Row.RowType = DataControlRowType.DataRow Then Dim cmdDel As Button cmdDel = e.Row.Cells(0).Controls(2) cmdDel.Attributes.Add("onclick", "if(!confirm('Are you … | |
Hi, I am using FileUploadCotrol to offer browse and to get FileBytes from client side. I use this store the content as base64 string in database. I am trying to store the original file date also in the database. So far I have not found a way to retrieve the … | |
Hi to all... I have a COM component i want to use in my ASP.NET web application and whenever i add it to my toolbox (i am using MS Web Developer 2008), it is greyed out. But i tried it on a WindowsApplication it works fine, the component is added … | |
Hi, I have created a few ASP.NET pages, which run perfectly fine on my local machine's IIS. When I publish this site to my web server, I get an "Internal Server Error" message. My hosting provider uploaded a test page from their side, which works perfectly fine. However, the pages … | |
I am using Enterprise Library 3.0 for implementing exception handling in my web application. It works well and it was writing in the log file. Now, it works well but it does not write in the log file, I don't know why !!! I am using ASP.Net 2.0. Thanks in … | |
Where can I download templated Themes and Master Pages, etc... for ASP.NET? There must be sites on the net that house this stuff. Also, I am looking for the best site for getting proper descriptions for server objects such as the wizard object. Any ideas other than MSDN? | |
Hi, i am woking with retrieving movies list in asp.net with sql server.in database i stored pic_url and in application i created image folder and i am retrieving images from this image folder .but now i want to create share folder in server system(image folder) and i want to retrieve … | |
i have taken a CheckBox in GridView .i want to disable the row whenever i check the checkbox.of a particular row. how i can i do this. | |
Hello friends, iam new to the .NET when i run the page in ASP.NET a small symbol is comming in lower task bar at timer can u please tell me how to run the webpage in localhost please Thank u | |
There have been some excellent articles on converting asp session variables to .net but not the other way round. What is the best way to convert .net session variables to classic asp session variables? This must have been done by many people by now, so what have you found to … | |
The End.