Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~4K People Reached
Favorite Forums

25 Posted Topics

Member Avatar for maroin22

Try this link: [URL="how to Get the Current Screen Resolution (VB.NET)"]how to Get the Current Screen Resolution (VB.NET)[/URL]

Member Avatar for vijayjazz
0
229
Member Avatar for nandhinijp

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 …

Member Avatar for samx2010
0
977
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
97
Member Avatar for nandhinijp

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?

Member Avatar for nandhinijp
0
438
Member Avatar for nandhinijp

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.

Member Avatar for nandhinijp
0
107
Member Avatar for fayenot
Member Avatar for plusplus

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]

Member Avatar for majestic0110
0
79
Member Avatar for sireesha.c
Member Avatar for plusplus

Try this link : [URL="http://forums.asp.net/t/1244510.aspx"]http://forums.asp.net/t/1244510.aspx[/URL]

Member Avatar for plusplus
0
88
Member Avatar for menelaussa

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]

Member Avatar for nandhinijp
0
115
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
90
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
70
Member Avatar for successalways

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.

Member Avatar for sierrasoft
0
127
Member Avatar for nandhinijp

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

0
51
Member Avatar for nandhinijp

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 …

0
62
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
85
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
233
Member Avatar for nandhinijp

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?

Member Avatar for MoonTraveller
0
71
Member Avatar for nandhinijp

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

Member Avatar for nandhinijp
0
79
Member Avatar for nandhinijp

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 …

Member Avatar for nandhinijp
0
143
Member Avatar for successalways

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?

Member Avatar for nandhinijp
0
113
Member Avatar for nandhinijp

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.

Member Avatar for nandhinijp
0
89
Member Avatar for nandhinijp

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

Member Avatar for SheSaidImaPregy
0
81
Member Avatar for nandhinijp

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 …

Member Avatar for greeny_1984
0
68
Member Avatar for nandhinijp

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 …

Member Avatar for nav33n
0
77

The End.