- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
25 Posted Topics
Try this link: [URL="how to Get the Current Screen Resolution (VB.NET)"]how to Get the Current Screen Resolution (VB.NET)[/URL]
i want to add watermark in image.i am using image handler. its not properly working. i want to add watermark at runtime only no need for original image.in my home page i have 25 thumbnail images. when i click any one of the image it goes next page and display …
In my project,web config properties window displays nothing.It display only plain black. comment lines and auto intelesense are not working.there are no errors to run the program.One new file included vwd.webinfo It contains below codings. [CODE]<?xml version="1.0" encoding="UTF-8"?><VisualWebDeveloper> <!-- Visual Studio global web project settings. --> <StartupServices> <Service ID="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}"/></StartupServices></VisualWebDeveloper>[/CODE] If …
Hi, I want to store video name in database and videos in one folder.This can be achieved by fileupload. How to retrieve videos from database and display on windows media player depending upon the query?
One of my web page contains dropdown and gridview only.There is no button.I want to validate that dropdown when i click the gridview.(OR) validate when control moves from that dropdown.Help me.
Try this: Give AutoGenerateColumns="True"
Try this link: [URL="http://msdn.microsoft.com/en-us/library/4e964t5e(VS.71).aspx"]http://msdn.microsoft.com/en-us/library/4e964t5e(VS.71).aspx[/URL]
S.That link details are working.
Try this link : [URL="http://forums.asp.net/t/1244510.aspx"]http://forums.asp.net/t/1244510.aspx[/URL]
You can use RangeValidator for your requirement.Try this! [CODE]<asp:RangeValidator ID="validateage" runat="server" Type="Integer" ControlToValidate="txtage" MinimumValue="1" MaximumValue="100" ErrorMessage="Your age must be between 1 and 100" Display="Dynamic" ></asp:RangeValidator>[/CODE]
At the time of login Redirect to one page particularly.In my site Users can view some of the pages without login. My question is If i am in x page.At that page i want to use login page.After login I want to return that x page.But its constantly navigated to …
Hi, I want to add comments in mysite.That means in my site i have the photos,user will leave the comment for that photos and also I want to reject some comments.How to create comments..Now i am using database to store the comments like their msg and name posted timings.But i …
you should place this code in your web config ,within the [CODE]<system.web> <customErrors mode="Off"> </customErrors> </system.web>[/CODE] i dont know the proper reason for this customerrors mode off.But its working.
Hi, [code=JavaScript]<script language="javascript"> window.location.reload("../ex/x.aspx"); </script>[/code] Its not working in Mozila Firefox.Whats the reason.Any alternative solution..
Hi, I am developing one online store site.I want to place all the orders through mail.I know the basic mail concepts its working good.But here , I have one orderid that contains many items Like below ID Orderid itemcode itemimage Qty username date 34 OrderID-00017 E102 E102.JPG 1 nandhini 19/03/2008 …
I want to use google search in site.they give some code <form> ......................... </form> I want to use this code in my web page.if i placed this code before of my normal <form></form> code it changes design that means it has some space in top. if i placed this code …
I am using one ButtonField in Gridview1.If i click that buttonfield it will be fill the next gridview2. So i am using rowcommand for this purpose if (e.CommandName == "nextgrid") { string orderid = Convert.ToString(e.CommandArgument); Fillgrid(orderid); } fillgrid is the fun to fill second grid.here this orderid takes just row …
I want to zoom the image in the same image of particular part or in another place.I saw some script,css for this requirement.One of that is cost.the other is not satisfied but its free.Do u know anything related this?
Hi, i want to upload videos and display like youtube.com.FLV player used there. I want to diplay thumb of all videos in first page.If i click that thumb It wil go to next page and display videos.I am not clear in this concept because i know the concept of <object></object> …
If i click the back button in browser i got some problem. i click the login and redirected to another page.after that i click the back btn its navigated to login page.but it didnt clear my session value login=true.still that user in login stage but that login page looking normal …
After logged out ,if you click back button it should stay in same page or index page.no need to navigate any one of the login page.this is your need .Am i correct?
hi, i want to add more details in one page.this is not server side details.just i am using only table to show these details.i want to divide these details in one or more pages in one page.Like page 1 2 3... in this place how to use paging.
i want to add shopping cart in my online shopping site.i dont know exact details.which payment gateway is best and also how to integrate that with my asp.net website.please explain
Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the …
Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the …
The End.
nandhinijp