13,153 Topics

Member Avatar for
Member Avatar for prasanthsagar

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 …

Member Avatar for prasanthsagar
0
136
Member Avatar for vibhu12345

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??

0
168
Member Avatar for bops

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 …

Member Avatar for Andreas5
0
89
Member Avatar for reyanseo
Member Avatar for cocoll

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 …

0
56
Member Avatar for croker10

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 …

Member Avatar for croker10
0
3K
Member Avatar for TechGen

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 …

0
47
Member Avatar for guptaalok12

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

Member Avatar for catherine sea
0
81
Member Avatar for srvstv.prnc
Member Avatar for SNK111
-1
1K
Member Avatar for RobM_01

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 …

Member Avatar for RobM_01
0
286
Member Avatar for queryme

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

Member Avatar for plusplus
0
70
Member Avatar for Letscode

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 …

Member Avatar for trousers
0
2K
Member Avatar for johnsign11

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

0
78
Member Avatar for pooja_shah

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 …

Member Avatar for rohand
2
83
Member Avatar for selicon.valley

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

0
49
Member Avatar for sebastian3

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

Member Avatar for xyzsoft
0
690
Member Avatar for nil87

hi i dont know about session so tell m basic things about seeion and how can i handle it in vb.net

Member Avatar for pritesh2010
0
85
Member Avatar for johnsonlim026

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?

Member Avatar for sudheer06mca
0
139
Member Avatar for hericles

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 …

Member Avatar for hericles
0
138
Member Avatar for heavens_cloud

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 …

0
198
Member Avatar for er.somdeep

any body tell me some latest project topics in asp.net i will be very thankful 2 u

Member Avatar for dnanetwork
0
65
Member Avatar for shaqtus

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 …

Member Avatar for dnanetwork
0
86
Member Avatar for 7gakki

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 …

Member Avatar for rohand
0
230
Member Avatar for pw_jamison

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 …

Member Avatar for pw_jamison
0
106
Member Avatar for apachex

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

Member Avatar for blackdragon1027
0
150
Member Avatar for queryme

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 …

Member Avatar for mono_jit23
0
429
Member Avatar for dpreznik

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

Member Avatar for dpreznik
0
73
Member Avatar for Abdul Rouf

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

Member Avatar for abhi1625
0
138
Member Avatar for johpoll

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.

Member Avatar for johpoll
0
127
Member Avatar for chintan_1671

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

Member Avatar for dnanetwork
0
79

The End.