13,153 Topics
![]() | |
Hi everyone... I have designed a page in which i saved two themes. The selection of the theme is controlled by a dropdown list. So, as soon as the theme is selected from the dropdown list, it is applied to the whokle page. Now, my doubt is ...I want to … | |
Hii.....I am using dotnetnuke and i want to make a module by which a registered user can send friend request to another registered user and after approval they can communicate with each other both publicly and privately......Is there anyone who can help me?? | |
Hello. I am relatively new to ASP.NET and after having a good mess around myself I have come to a stand still. I have a menu "web.sitemap", a master page "masterpage.master" and a content page "content.aspx". I would like to have my menu displayed on every page in my website … | |
I want to know diffrence between asp.net and MVC | |
hello! i need your help or advice in this: i have several aspx page so if from a page i use respone.redirect i achieve a new page but in the same window ,and in javascript window.location do the same,so everything is all right ,and i have a fast page. but … | |
Hi all, I am trying to create a table of user created filters for a data set and then display the filters in an ASP:Table. Displaying the filters works fine, and I have no problem there. The issue I am having is that the buttons I am trying to add … | |
Hi Coders I have an application where I use an ImageHandler to display pictures added using the fileupload control to sql2005 server database as Binarydata. The pictures upload fine and are shown in the table however when I attempt to then display these pics all I get is red x … | |
Hi All, I need to use different login forms for different folders with forms authentication. So i am using different web.config for each folder. Now if i write authentication tag in any sub folder's web.config it shows this error. (It is an error to use a section registered as allowDefinition='MachineToApplication' … | |
can any one tell me the code of inserting data in sql server 2005 through asp.net pages using c#. | |
Hi, I have created an MS Access table to store Usernames and Passwords plus other information. I have just started to play around with ASP.NET and am trying to have a situation where a user is required to login to view an image gallery that is run in Flash. At … | |
Hi can any one help me on this I have a text box in asp.net.and code behind C#. i have a table in sqlserver 2005 as custname. i have stored few data in that table. in asp.net i have created textbox control. when i press the first letter (EX: S)(EX:A) … | |
I'm struck in a problem here.I have server side code that has to collect values from the client side code(Javascript).The Javascript code basically gets the frame height and width and the server side code(VB) has to collect the values and resize the control(lets say Image).I used Query string and it … | |
How we can use stored procedure to save data into the database and then display it on other page and i am using repeater to display on another page. I am a beginner for this language please help me.. | |
I have a images in my local pc. That is located in "D:\projects\abc\systemimages\123.jpg" Now i upload image in my template from above location.So it should be shown in my thank u template but when i sent mail with thank you template to another person he/she can't see this images. Bubbly … | |
saving images into access but the problem is that i will not give the ftp to my client so they can save path into field of access (database)into their webpage which is asp.net but how my client will upload all this pictures without ftp | |
Can anybody tell me why the Application_Start in global.asax in not firing under any conditions.Can any1 still tell me the conditions to fire it | |
hi i dont know about session so tell m basic things about seeion and how can i handle it in vb.net | |
I need to expire previous page so that my users cannot go back to the previous and change the data inside it.Can anyone give me some idea or example on doing this? | |
Hi, I'm having trouble getting the Ajax Toolkit autocomplete extender to work. I have the web service set up as its own file in the same project and calling that alone works - the correct list of results is output as xml. But when entering text into the textbox nothing … | |
Ever since my team upgraded to Infragistics NetAdvantage starting with ASP.NET 2010 vol 2 from 2010 vol 1, I've been having nothing but troubles. Since there is a no backward compatibility between versions of NetAdvantage (2009 vol 1 controls cannot just be left in place if a different part of … | |
any body tell me some latest project topics in asp.net i will be very thankful 2 u | |
I'm using a gridview that is working off an object data source. The object data source is connected to my class library, which has a function that delivers a data table to the gridview. This is the function: [CODE] public DataTable populateGrid(string command) { DB db = new DB(); SqlDataAdapter … | |
Hi, I got error when I tried to join two files mp3 in ASP.NET C# 'System.IO.Stream' does not contain a definition for 'WriteTo' How to fix that error? please help Here is my codes: [icode] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using … | |
i know this partially asp.net as well... if i create an custom control like this protected void Page_Load(object sender, EventArgs e) { Control myUserControl = (Control)LoadControl("MyControl.ascx"); PanelX.Controls.Add(myUserControl); is there a way of responding to an event within that control... private void Button1_Click(object sender, System.EventArgs e) { Response.Write("WebUserControl1 :: I am … | |
[COLOR="Green"]ERROR : [/COLOR] [COLOR="Red"] System.Data.SqlClient.SqlException: Implicit conversion from data type sql_variant to uniqueidentifier is not allowed. Use the CONVERT function to run this query. [/COLOR] I made a admin side for editing roles and user passwords if necessary.. But since the default ASPNETDB,mdf have UserID and Password in 'Unique Identifier' … | |
Hi I have an Excel file with two columns. name and number and having some data in that excel file. Name Number kumar 9090090909 XYZ 900909099 ABC 1234512345 Now i want to get the data in to asp.net textbox controls. Can any one help me doing this in Asp.Net Thanks … | |
Dear Experts, I have a modal popup and a GridView in it. The GridView is populated programmatically, i.e. I use .DataBind(). I can enter data into some of the GridView's controls. After I press Submit, I expect to do something with the entered data. But in the button press handler, … | |
Hello all Experts, I have following Code to get Image from dataBase and Show it in the Gridview Control on my web page but I am succeded to get data but when I bound the DataSet with GridView it doesnot show me Image. You can View error on Attached Image. … | |
I am using Visual Web Developer Express 2010 with VB scripting to create my web site. I would like to put a Back Button on each page but cannot find any instructions on how to do this - any help would be appreciated. | |
I have a button which starts processing. I want that when ever a button is click from page1.aspx .. a count down timer should start and displayed on page2.aspx. I am thinking of using iframe to join 2 pages. Please let me know your suggestions. Thanks |
The End.