13,153 Topics

Member Avatar for
Member Avatar for chnswam

[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 …

0
44
Member Avatar for andrewgxx

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. …

Member Avatar for andrewgxx
0
101
Member Avatar for ruhi

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 …

0
77
Member Avatar for ansari.wajid

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 …

Member Avatar for greeny_1984
0
89
Member Avatar for edek

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

0
94
Member Avatar for sonia sardana

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.

Member Avatar for greeny_1984
0
49
Member Avatar for nopnop

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 …

Member Avatar for Kusno
0
65
Member Avatar for ricksvoid

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 …

Member Avatar for dickersonka
0
148
Member Avatar for sasindagi

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].

Member Avatar for bheeks
0
74
Member Avatar for bheeks

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 …

Member Avatar for bheeks
0
105
Member Avatar for ypki

what is need of using gridview rather than datagrid. Thankyou, ypki

0
41
Member Avatar for Elmo_loves_you

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 …

Member Avatar for dickersonka
0
69
Member Avatar for darlo23288

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 …

0
56
Member Avatar for h2c357

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 …

Member Avatar for neerajsingh.net
0
132
Member Avatar for madmital

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 …

Member Avatar for james.samek
0
653
Member Avatar for rk1

Hi all I would like to know that how can I opens a gridview in a search window, when page loads. Thanks

0
34
Member Avatar for monochrome89

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 …

Member Avatar for b4rbs
0
115
Member Avatar for priyakochin

Can anyone please give me a sample code to start with ASP.Net 2008 database program ?

0
89
Member Avatar for tuse

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 …

Member Avatar for tuse
0
62
Member Avatar for Oreo1982

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 …

0
74
Member Avatar for ns33

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 …

0
46
Member Avatar for bmz

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 …

0
66
Member Avatar for ateeb

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 …

0
40
Member Avatar for brightline

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 …

0
39
Member Avatar for freedmanrp

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?

0
35
Member Avatar for sireesha.c

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 …

0
74
Member Avatar for guptaalok12

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.

Member Avatar for srvishnukumar
0
76
Member Avatar for knrakesh

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

Member Avatar for nileshsarode
0
101
Member Avatar for beckyp

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 …

0
72
Member Avatar for dirtyhiphophead

The End.