13,936 Topics

Member Avatar for
Member Avatar for chow2rich

Hi there, my name is Richard Chow. I'm 25 years old and still currently going to Miami-Dade College (MDC). I live in Miami, FL. My favorite computer games are: Starcraft, Doom3, Spiderman Friend or Foe, Batman Vengeance, Splinter Cell, Action Games, Strategy Games, and etc. My hobbies are: Watching TV, …

Member Avatar for nav33n
0
112
Member Avatar for FlaminPhoenix

Hey guys, im really on the verge of my seat about my final sem project. I have decided to do a photo uploading site similar to deviantart. I want to add options so that each user will be able to watermark images. I need some ideas guys..My project idea is …

Member Avatar for FlaminPhoenix
0
135
Member Avatar for happyhappy

Hi, everyone out there I am new to Daniweb but have been reading the forums. I'm glad that I joined. I am in desperate need of help in coding a web page that grabs the name and email address of all the peoples from a database and then when the …

Member Avatar for SheSaidImaPregy
0
105
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

0
76
Member Avatar for orico

Hello all, I have a few '<input type="text" />' controls on my ASP.NET 2.0 generated page. Every text-box control has it's specific tab-index. When I try to move focus to this specific text-box control on this page the focus is shifted to the window element instead of the control itself. …

Member Avatar for ~s.o.s~
0
104
Member Avatar for kalyanbabu

When clicking on the submit button when adding a new service, if errors exist, the focus of the page goes to the top of the screen when the submit button is clicked. The focus should stay in the service details panel so that the user can see the error messages.

Member Avatar for serkan sendur
0
78
Member Avatar for nandhini21

Hi pple I need help... How to retrieve data from a table in sql server 2005? I used databound for my dropdownlist in my web form. I hope my explanation is clear. Please help...advance thanks.. nandhini

Member Avatar for SheSaidImaPregy
0
131
Member Avatar for AniWeb

hi all, I have to work on 'print' button, when it is clicked data from the database should be printed on an envelop not on a simple paper. Data in the database are Name, Address, Phone number, pincode, city and country name. There may be many ways to print message …

Member Avatar for ericstenson
0
63
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

Member Avatar for SheSaidImaPregy
0
93
Member Avatar for justapimp

I have coldfusion file that I am calling from my ASP page using the response.redirect() method. Inside my url string, I am passing a variable/value pair as shown below. [code] Response.Redirect("http://www.gpsit.com/tools/glr/index.cfm?acctuid=" + accntData.Uid); [/code] The page that I am calling is: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> …

0
73
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

0
60
Member Avatar for rajesh79

if anyone knows any answeres please inform me thanks in advance *Can a web service be only developed in asp.ent? *can we use multiple web services from a single application? *Can a web service be used from a windows application? *What do we need to deploy a web service? *What …

Member Avatar for SheSaidImaPregy
0
89
Member Avatar for ebabes

How can I change the font color of my links when a user moves the mouse pointer over a link in Web Developer? Do I need a CSS to do that? If yes, what should be the content of the CSS?

Member Avatar for SheSaidImaPregy
0
72
Member Avatar for kalyanbabu

When tabbing, focus should be only within the project create area... currently user is able to tab accross the tree, navigation pane etc.,

Member Avatar for SheSaidImaPregy
0
88
Member Avatar for dotNetDummi

Hi experts, I have a project working on C# and ASP.Net. There's a function for my users to delete a project by the project name, which is the primary key. However, it is not functioning perfectly. When the project name is two word(second word more than 4 characters), it could …

Member Avatar for SheSaidImaPregy
0
71
Member Avatar for rajesh79

this is the questions i faced in an interview i am new in .net and sql so anyone knows this ans please inform me thanks *Can we have an updateable view in SQL? *What is the difference between stroed procedure and stored function in SQL? *What is connection pooling? how …

Member Avatar for serkan sendur
0
84
Member Avatar for daniweb@14

Hi, Can Anyone help me for finding the better option for autocomplete Feature of the Textbox. Its Urgent

Member Avatar for SheSaidImaPregy
0
105
Member Avatar for maratg

Hi everyone, this is my first post here. I need to be able to display a div overlay on top of different embeded media players such windows media player, quicktime player, divx player. And it needs to work in IE, FireFox, and Safari. Thank you in advance for your help.

0
46
Member Avatar for chow2rich

I'm new to ASP.NET and using Visual Studio 2008 and also have installed IIS. But when I create a website in Visual Studio 2008 I tried to view in browser. When I do this in class I had no problems. But when I'm at home this message came up: Server …

Member Avatar for SheSaidImaPregy
0
190
Member Avatar for rajesh79

can any body tell me about how can create the 3 tier model aplication.how can we create the layers in asp.net? thanks in advance

Member Avatar for SheSaidImaPregy
0
65
Member Avatar for majestic0110

Hi all, just another quick question, I have a browse button that I would like to have open a browse dialog box. Now I have tried using : [CODE]folderBrowserDialog1.ShowDialog();[/CODE] in the event handler of the button but I am missing the using system.windows.forms namespace. so another question can be asked.....how …

Member Avatar for SheSaidImaPregy
0
88
Member Avatar for majestic0110

Hi there, here is my class(that performs an XSLT) [CODE] public void Page_Load(Object sender, EventArgs E) { string xmlPath = Server.MapPath("[COLOR="Red"]Help[/COLOR]"); string xslPath = Server.MapPath(blah blah); XPathDocument doc = new XPathDocument(xmlPath); XslTransform trans= new XslTransform(); trans.Load(xslPath); XmlTextWriter writer = new XmlTextWriter(Response.Output); writer.Formatting = Formatting.Indented; writer.Indentation=4; transform.Transform(doc, null, writer); }[/CODE] So …

0
73
Member Avatar for majestic0110

Hi all I am relatively new to ASP.NET and would appreciate a little help with a problem I am having. I have a "login" page that (upon validation of username/password) loads up another page. Now I have both these pages (I am using c# btw) written, however I cannot find …

Member Avatar for majestic0110
0
125
Member Avatar for innovativeatul

Which one pours more more a .net developer or a php developer and which is more long lasting. Iam asking this question 2nd time just to be more confident and then go ahead with the suggested one. So pls. pls. give your suggestion. thnx,

Member Avatar for serkan sendur
0
107
Member Avatar for s3r4ph1m

i'm developing an Accounting Program. You all know about "type of ledger" in Accounting and when i viewed all my ledger in a datagrid, i added the ledger classification. This started confusing me how to coloring the rows which show the ledger different with the row Color which show the …

Member Avatar for Ole Raptor
0
96
Member Avatar for kalyanbabu

When adding a new shipping option to the service, the add new shipping details panel comes up, but all other panels in the screen are ENABLE. Just the shipping details panel should be ENABLE, all other must be DISABLE, include their menus and buttons.

Member Avatar for SheSaidImaPregy
0
67
Member Avatar for kalyanbabu

After clicking on the Add New Contact icon, the app takes me to the Add New Contact Panel. If I click on the Cancel button, the application pulls up a message that reads "The data entered will be lost, Continue Y/N". This message should only come up if the user …

Member Avatar for SheSaidImaPregy
0
54
Member Avatar for pushkar_it

Here are the examples for the Credit Card Processing for the .Net 2003 & .Net 2005. Both have documentation information too.Please see attachment.

Member Avatar for chisen
0
93
Member Avatar for atulkhobragade
Member Avatar for raheleh

I have problem with vista windows. When I publish my sites, there is access deny error in crystal reports pages. I use visual studio 2005, .net2 and sqlserver 2005. I found a line in webconfig (identity impersonate="true")when I set impersonate to false the reports will load but connection to sql …

0
67
Member Avatar for ashish1985s

Hi Friends!!! I am devloping webappliatoin in Asp.net and i want to know status of client machine's that whether it is connected with web cam or not.. How would i follow the way in .net.. Youe views and ideas are most welcome.. Hoping for quick replay!!

0
52
Member Avatar for kavithareddy

Hi , can any one tell me how to disable the back button in asp.net i have done like this <script > window.onlad = "window.document.forward(1)"; </script> but no use...is there any other way to do this.

Member Avatar for MidiMagic
0
92
Member Avatar for ebabes

How can you insert a hyperlink in your site that does not include an underlined text? This is for a basic reason that most of the text of a hyperlink is underlined. How can I get rid of it?

Member Avatar for ebabes
0
106
Member Avatar for bbxx

I have a Crystal Report that I am running in ASP.NET, and it has two parameters. When I run the page, the parameters are prompted for, and the report generates fine. But when I try to go to another page of the report, it re-prompts for the parameters, and then …

Member Avatar for bbxx
0
93
Member Avatar for daniweb@14

Hi frds, I have a page which contains the reference of another page .. <%@ Reference Page="../example.aspx" %> A listbox is there in the example.aspx. I want to call a javascript function, for eg, listbox1.Attributes.Add("onClick", "alert('hi');") that will be shown in main page. Plz help me to find the solution.

Member Avatar for SheSaidImaPregy
0
251
Member Avatar for kannabiran

Hi Every One.. Im using Master Page in my project in my child page im using update panel while hitting the server button im getting this following error and I also added ValidateRequest="false" , EnableEventValidation="false" in webconfig Pages Tag but im still getting the following error. Sys.WebForms.PageRequestManagerServerErrorException: An unknown error …

0
45
Member Avatar for Fungus1487

Hello all, i have googled around without any reference to what i am looking for (whether it can be done). I wish to limit the amount of memory used at any one time per session I.e. for tasks that may require some time i dont want one user using up …

0
58
Member Avatar for frotaru

Read multiple columns data from SQL query ( 1 row ) Hi all. I am using an SQL express where I’ve designed a table named User_DB_Main I have also created a procedure that makes some selections : [code] @UserId varchar(20), @UserPassword varchar(30) AS /*- Check if UserID exists*/ SELECT COUNT(UID) …

Member Avatar for frotaru
0
973
Member Avatar for demented

Hi all, I need some help. I have two websites running on the same windows server: One made using asp.net/IIS on port 80 and the other using php/apache on port 8080 I have a domain name mydomain.com which points to the default .net website. As for the php website, I …

0
74
Member Avatar for scm22ri

Hi Everyone, I have a question in regards to dynamic keyword insertion. When someone is on one of the major search engines and they type in [B]"blue widgets"[/B] how is it possible for you to have the words [B]"blue widgets"[/B] on your landing page without having to type [B]"blue widgets" …

Member Avatar for scm22ri
0
114
Member Avatar for Fasola

Its been a while but I need your help on this one Daniweb...I am creating request forms (i.e. Conference from Reservation Request, Software & Hardware Installation requests, Network Access Request, etc.) Forms using Code 5 System ([url]www.code5systems.com):[/url] 1. I have a form for Conference Room Reservations. There are 6 conference …

Member Avatar for ericstenson
0
129
Member Avatar for shiny123

hi ppl.. Can anyone help me. pls tel me the Hardware and Software Requirements for Installing asp.net 2005

Member Avatar for Jx_Man
0
144
Member Avatar for AniWeb

hi all, What namespace I should use for function RegisterStartupService(), to show alert message on button click? Thanks

Member Avatar for serkan sendur
0
65
Member Avatar for shiny123

hi ppl can any one help me pls tel me the Hardware and Software Requirements for Installing asp.net 2005

Member Avatar for majestic0110
0
269
Member Avatar for fatihpiristine

hey guys, I want to create IBM AFP files with an index. I checked many thing but got nothing. I have XFRendering server 2007 helps me to create PDF files which has also support for AFP files with no documentation... if you got sthng let me know pls.! M

0
49
Member Avatar for mohanvamsi_18

Please Any one can help me... I designed a web site with database connectiving using asp tags... like asp inputboxes, asp buttons .. and aspx loging form, new user login form, retriving data ... and i Installed VB.net and i am running this website using ASP.net....... But I want to …

Member Avatar for jwenting
0
83
Member Avatar for suresh kurbar

I am studying in final year BE. I want to know about core bankiing systems as requiremnets and specifications of the project.And also if any one from this community having code for this project or relative to this project please send to my e-mail address [email]suresh_k_n@yahoo.co.in[/email]

Member Avatar for ericstenson
0
81
Member Avatar for Andryanus

Hello everyone, Does anyone have experience accessing Java Jar Object with ASP? Please kindly advise. Thank you.

0
47
Member Avatar for serkan sendur

protected void Page_Load(object sender, EventArgs e) { ProcessInfo foo = ProcessModelInfo.GetCurrentProcessInfo(); Response.Write(foo.RequestCount.ToString()); } the code above generates the following error : `Process metrics are available only when the ASP.NET process model is enabled. When running on versions of IIS 6 or newer in worker process isolation mode, this feature is …

0
67
Member Avatar for ejmayers

The End.