- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
Yes you can do that. Do this in your stylesheet (.css file): [code=css].colorchange { color:gray; } .colorchange:hover { color:black; }[/code] In your code file whereever you are creating the menu, include the created style name(colorchange). for example if its a link, do the following [icode]<a class="colorchange" href="[your link]">Item1</a>[/icode] The above …
Hey All, I am a newbie in C programming. I have written a program which has a separate function to send messages to 2 neighbours in the same network. This function is called from the main program. Also I have a thread which is created by the main function. The …
Hello, I am just starting to do few web application and I have 2 questions to ask..Does anyone know how to count the number of files inside a folder? I am currently creating an application where I can upload images to my website. Whatever the image name is, it has …
Hello All, I have a C program where I have created a UDP socket and bound to a particular ip address and a port number. As the program proceeds, msgs will be sent to different clients using the [B]same socket, using the same port, but each has a different ip …
Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:[email protected]" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> …
Hey Ansari, Even Macromedia Flash converts few video files into .swf file. Follow the steps below: 1)Open a new blank flash file. 2)Goto File->Import->Import to Library 3)A wizard would open. Just browse for your video file. 4)Keep clicking next till the last window. (Ofcourse you can select the preferred skin …
Hey all, I had a project assigned today and I need to complete in 4 days..A part of that project requires me to create a user online registration form..All user information needs to get saved in an excel file. I have never done this before.. I know how to save …
Hey all, I posted few days back about displaying all .jpeg files inside a folder in a table...I figured out partially how to do that with JSP..By Partially I mean that I am able to count the number of files inside the folder, and then run a For loop based …
Hey All, I have 5 pictures(.jpeg) inside one folder...How do I make all those images get displayed in my .aspx page(like a thumbnail?)? Can I create objects of Image class inside a for loop and make it display? But in anycase I don't know how to make it display... Should …
Hey all, I have 2 .aspx pages..I am trying to pass query strings from one page to another..I am trying to pass 2 variables to the 2nd .aspx page..Is the code below correct? If it's not, can I have the correct code?? It's in C#. Page.Response.Redirect("second.aspx?year="+years+"&role="+ counts); 'years' and 'counts' …
Hey all, I have 2 .aspx pages. I want to have a connection between these 2 pages through a button click event..From one of the ASP.Net books I came to know about this link buttons,whose main job is to connect 2 web pages..Well that worked fine.. Now my question is, …
Hello, I am trying to create a survey form in my office website. I want the form contents to be sent and saved in a MS Excel spreadsheet or an MS Access database. Does anyone know how to do this? I know how to view data saved in an Access …
Hello, I have created a web form and I want the contents to be mailed to my mail id. The code works fine if launched in local server that visual studio provides. The code is written using C#..When I try launching it in my office server, the following error msg …
Hey frens, I am entirely new to asp .net and when I was asked to create a web form and send the form data to a database created using Microsoft Access, I had no clue as to how I should do this. I have created a form in my web …
The End.
anitha joe