13,153 Topics

Member Avatar for
Member Avatar for kaptham

Hi to all, I hav create one project with 2 .aspx webform.For ex:webform1.aspx and webform2.aspx. Now i have write some code in webform1.aspx and webform2.aspx.In webform1.aspx file hav one fuction name called display().Here,How to use that display() to in my webform2.aspx file. I write code like this . In my …

Member Avatar for ericstenson
0
48
Member Avatar for kaptham

Hi to all, I am beginner in .net.Now i have developed one simple project in webapplication using c#.how to create login page and validate the username and pasword.And only authorized person is to access another aspx form.and how to retrieve the username and password. At runtime how to type username …

Member Avatar for majestic0110
0
84
Member Avatar for MaseYo

how can i use a server control (textbox) and on the client, validate that the only characters entered are numeric (0-9) only...max of 10 chars...allow the backspace and tab key???? HELP thanks

Member Avatar for srikanthkadem
0
73
Member Avatar for adamjw3

Hi i have a very strange bug in my code somewhere. it is stopping the first image being displayed. i only noticed it just now and don't have the knowledge on how to fix it. it seems that the code in default2.aspx misses the first image tag and request on …

0
51
Member Avatar for bala24

Hi, I have this data in the database and pre-defined template slides on the web server. What I need to do is to get the data from the database and to create a ppt from the available slides by populating content in them. Can anyone suggest me how this can …

Member Avatar for bala24
0
99
Member Avatar for sapamtiken

THis is the home page of my website. The problem is that when it is viewed from 800x600 screen resolution it is showing nicely. But when it is viewed from a screen with a higher resololution, the whole page is aligned to the left. Please tell the code to align …

Member Avatar for sapamtiken
0
198
Member Avatar for justapimp

I have been assigned this project to create a dynamic key code and I don't have a clue about how I can get it done. The problem: I am given a 10 digit number like a phone number 5627775698 and I need to parse through the number and set every …

Member Avatar for justapimp
0
102
Member Avatar for JiggyMF

I have the following problem. [I]Some misc info about the project:[/I] I send a request to one of our customer's webservice, which replies me with an XML document. Using this XML document i generate a simple report. This report is generated in HTML, we have chosen not to use crystal …

0
66
Member Avatar for Texpert

Hi, I am developing this app using ASP.NET 2.0, SQL Server 2005 express and VS 2005 express edition. All I am trying to do is use Login Web controls provided in ASP.NET 2.0 for my user login pages. When I go to ASP.NET configuration and click on Security tab I …

Member Avatar for majestic0110
0
172
Member Avatar for milly999

Hi everyone, i just want to know if there is anyone who knows anything about displaying MS Access DB information in a graph or chart! or if anyone know for any tutorials or if they have done it themselves!! thanks a lot!!

Member Avatar for Krishna.1217
0
40
Member Avatar for ssssssss

Hiii.... Actually am developing an application for recording some training institute details..so i want to print call letter from my application when am clicking one print buttonn..please its urgent for me..so please helppppp.....(in vb script)

Member Avatar for Krishna.1217
0
40
Member Avatar for premboyapati

[COLOR="Green"]I have IIS Server and deployed one [B]website[/B] on the server. I am able to access my website from my system(localhost). But when i try to access my website from[B] another system [/B]which is on the same LAN, [COLOR="Red"]it is giving me 403 error (forbidden error)[/COLOR]. if i try to …

Member Avatar for Krishna.1217
0
89
Member Avatar for kyriakos70

Hi, I have a project in VB 2005 and I have inserted a flash movie (.swf), the item from the vb toolbox ax shockwave flash active x object returned an error "error activex make sure it is properly registered" so I create one through code : [code] Imports AxShockwaveFlashObjects.AxShockwaveFlash Public …

Member Avatar for Byaptia
0
270
Member Avatar for priyankaagrawal

i am creating chat system.the problem is that when two person chat than a popup window should open in both person pc's when any one clicks on another username,but in my code popup is opening only in one user machine who is clicking the link. plz help me out with …

0
70
Member Avatar for dbdesigner_2008

[code] <configuration> <location path="images" AllowOverride="false"> <System.web> <authorization> <allow users="?"/> </authorization> </System.web> </configuration> [/code] Also my web host insists on using the impersonation setting set to true. But my images still won't load despite am logged in. Acces to the aspx pages aren't denied. I get an x instead of my …

0
88
Member Avatar for marequi

:eek: Hello, I'm trying to figure out how to create a database driven login page in ASP.NET 2.0. As you can see I'm new at dotNET so I need all the help I can get. I can't seem to figure out how to use my own database to pull the …

Member Avatar for Fungus1487
0
320
Member Avatar for bmurali

Hello All, I am new to .net programming need help / guidance on printing the content page from Master page. I am using a master page to all the pages i am creating in the website. I have to provide a print option to all the pages, so i thought …

Member Avatar for pradeep.b.p
0
97
Member Avatar for dskumar_85

hai friend's ..... now i am working in web media player website ,i want to create a media player in web application like Youtube , so any one have the idea to create the mediaplayer .... what are the component's required....... and one thing i want to memtion here i …

0
68
Member Avatar for ritika_khanna

i am develpoing an application in asp.net2005 with vb.net. how can i print a page when user click on print button . please tell me urgently. please tell me code in vb.net.

Member Avatar for Fungus1487
0
73
Member Avatar for ritika_khanna

i am making a online railway reservation in asp.net2.0 and vb.net . i want to know after displaying total amount to user and now for payment , how directly link to that site e.g. icici bank site and after making payment , how user automatically come back to reservation site …

Member Avatar for Fungus1487
0
70
Member Avatar for yassar

Hi, I am working on a database related project for a course. I have decided to use mysql as a database but I cannot decide which web programming language to use. I am trying to decide between asp.net and php, because these are the only two web programming languages i …

Member Avatar for Fungus1487
0
142
Member Avatar for jayaprakash.v

hi, i am designing media player in webpage using asp.net . what is the use of Directx sdk9.0 component in design of media player. help plz.....

0
39
Member Avatar for zaouba

any1 plzzzzzzzzz help me.. i have a two field.. name as GroupName and SubGroup....the thing is that i have to collect the data of this two field in a DroupDownList......so how would be the code of this........

0
41
Member Avatar for tranphong

How to create WebUserControl using template control that when is used in aspx, which can raise event of controls? Please help me

0
102
Member Avatar for dskumar_85

hi..i don't know how to convert an image from one format to another format in runtime using c#...for example converting a gif image to jpeg..if anyone knows please help me...thanks...

Member Avatar for Fungus1487
0
36
Member Avatar for dskumar_85

hai friends , i want to give my page very attractive so i want to create or insert a stylesheet in my web page , i don't know that , if any one know's that plz give a css code and procedure to create and insert the css , thank's …

Member Avatar for Confused007
0
113
Member Avatar for some one

Hi every one I am facing alittle problem I have a drop down list that enable the user to select a number when the user select anumber another drop down list will appear i write the code and it work with me but when i put it in a multi …

Member Avatar for some one
0
103
Member Avatar for dbdesigner_2008

Hi I was wondering how to I could repeat a section of xhtml code for each record retrieved from the database. Ie after executing I should have a list of products adhering to the following template [code=html]<div> <div> <img src=""/></div> <div><a href="#">productname</a> </div>[/code] I don't like using tables for layout.

0
57
Member Avatar for brightline

I had stored a word file in database in "image field" then I restore it in a byte array. I want to convert this byte array into string to write it on the web page. I am using ASP.NET 0.2 and SQL 2005. thanks.

Member Avatar for Fungus1487
0
89
Member Avatar for sbv

hi i am developing a site in asp.net 1.0 for validation i have created a js function where i am checking all controls for null my text boxes are validated with that function but not combos. here is the code i used to validate combos [code] if(document.Form1.cboCity.selectedindex == 0) { …

Member Avatar for sbv
0
102

The End.