Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
30% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~37.8K People Reached
Favorite Tags
Member Avatar for anish.anick

Hi All, How can i set the session time out in PHP if the user stays inactive for a certain time in a web page.Please help me to solve this.. Thanks

Member Avatar for syaifulrijzal10
0
19K
Member Avatar for trevata

Hi. In short, how can I make this javascript to refresh the page when uploading is done ? :) [code=javascript]function $m(theVar){ return document.getElementById(theVar) } function remove(theVar){ var theParent = theVar.parentNode; theParent.removeChild(theVar); } function addEvent(obj, evType, fn){ if(obj.addEventListener) obj.addEventListener(evType, fn, true) if(obj.attachEvent) obj.attachEvent("on"+evType, fn) } function removeEvent(obj, type, fn){ if(obj.detachEvent){ obj.detachEvent('on'+type, …

Member Avatar for Tiago_3
0
445
Member Avatar for vinaya

can u plz tel me how to retrive only date from DateTime in C#. ex: 06/03/2008 12:00:00 i need only date 06/03/2008 in my application.

Member Avatar for ddanbe
0
11K
Member Avatar for anish.anick

Hi All, I have a web site where few pages are shown inside an IFrame.. The problem is with session in IE.. How can i get session in IE IFrames... Pls help Thanks

Member Avatar for chaitanya_ysk
0
94
Member Avatar for sannidhikumar99

hai! i am trying to check a character with another character which are in the same text box. when we are entering date,date in the first text box and month in another text box and year in another text box. now i want when i am trying to enter '0'in …

Member Avatar for phoochaliaw
0
142
Member Avatar for anish.anick

Hi All, I have a factory which has some concrete sub classes for generating reports (.txt, .csv,.xls) I want to make the interface of the concrete classes to be generic so that i can pass in diff types of parameters (Instead of DataTable i need to use DataSet or some …

Member Avatar for Momerath
0
214
Member Avatar for anish.anick

Hi All, I have developed a web site in ASP.NET in 3 tier architecture (Presentation layer, BusinessLayer, DataLayer). Now the client is looking for an entire look and feel for UI, which consist of lots of jquery sliding / animated features etc. (Few pages will get loaded in a frame …

0
60
Member Avatar for anish.anick

Hi All, I want to resize the html controls and elements (buttons,text,div's images..) when the browser window is resized using mouse.. Is it possible to achieve that? Please help me to solve this issue? Thanks

Member Avatar for AleMonteiro
0
107
Member Avatar for aspbeginner

Am currently working on my end of semester project (online examination system )where questions are to be obtained from a database. The question is displayed in a label and the four options in radiobuttons.. this form has 3 buttons that can enable a user to navigate to the next question,previuos …

Member Avatar for Rajini Yella
0
405
Member Avatar for anish.anick

Hi All, I wanna create a flash file uploader in asp.net. Basically i want the user to drag and drop multiple files to the control and the control should be able to upload the files to the server. Please help me to solve this issue. Thanks

Member Avatar for catherine sea
0
62
Member Avatar for anish.anick

Hi All, I have a table which holds the values like shown below [ICODE]ID Col-1 Col-2 Col-3 FID 1 Good Yes Easy 101 2 Bad Yes Hard 101 3 Good Yes Medium 101 4 Good No Medium 101 5 Good No Medium 101[/ICODE] I want to have a query which …

Member Avatar for adam_k
0
75
Member Avatar for spatrickmca

Hi, What is the purpose parallel programming?. I am using multi threading and I am getting all the services in the current version VS 2005 in the form of Async thread for my product. I heard that parallel programming in vs 2010 will provide the futures for parallel programing. Should …

Member Avatar for anish.anick
0
122
Member Avatar for templersstorms

Ok, so I basically need to declare variables and assign them with data from an XML file. And I cannot seem to figure it out or find it anywhere. What the end goal is, is to be able to compare two sets of data, and display the one result that …

Member Avatar for anish.anick
0
75
Member Avatar for anish.anick

Hi All, I am using Three tier application in my project (having Presentation, Business and Datalayer). I want to know what kind of Design pattern is Three tier approach? Thanks

0
51
Member Avatar for anish.anick

Hi All, I am having issue in calling asp.net web service from javascript. The web service resides in one of our development machine and i am trying to call the web service from my local machine. (The application works fine if the webservice resides in my local machine) The reference …

Member Avatar for LotusShiv
0
272
Member Avatar for Rakesh Nagekar

Hello friends Iam KNR, Iam facing a problem with javascript validation, I am getting validation with alert boxes but i require inline validation like in .NET means the error msg has to be displayed after control please help me Thanks in advance KNR

Member Avatar for shadowgmax
0
77
Member Avatar for anish.anick

Hi All, I need to implement a searching feature in my web site. My web site is a Shopping site having different categories (like ebay). There is a general search textbox at the top of the page, if a user types in "Guitar" and clicks the search button it should …

Member Avatar for Reliable
0
117
Member Avatar for anish.anick

Hi All, I wanna create a chat application in ASP.NET. I don't like the idea of polling the server at regular interval for updates. Please help me to solve this issue. Thanks

0
55
Member Avatar for anish.anick

Hi All, Please tell me how i can call a web service from an HTML page using javascript which works fine on both IE and fire fox.I was successful in calling a ASP.NET web service using javascript in Internet Explorer (using service.useService method).Unfortunately the service.useService method is not working in …

Member Avatar for kvprajapati
0
565
Member Avatar for Anusha Rose

In my application, When the user clciks a button,some coding wil run, after that a popup window should appear, with a image button and its saved to sql server. I am using asp.net 2.0 Plz help me

Member Avatar for carobee
0
73
Member Avatar for anjclaire
Member Avatar for anish.anick

Hi All, I got the following error on creating a new virtual directory for a working web service version. What could be the issue? Since the same Web service build works fine on another machine. Description: An unhandled exception occurred during the execution of the current web request. Please review …

0
108
Member Avatar for anish.anick

Hi All, I need to cache some javascript variable values across the page. Consider page 1 has a javascript variable which holds some value and If the user take page 2 and clicks the browser back button the javascript variable value on page 1 will be lost. How can i …

Member Avatar for Troy III
0
96
Member Avatar for anish.anick

Hi All, I need to send email from a C# application from localhost. I was successful in sending email using gmail SMPT port and host. But i need send email from local host SMPT virtual server. I followed the steps explained in [url]http://forums.asp.net/t/268037.aspx[/url] and [url]http://weblogs.asp.net/steveschofield/archive/2007/08/15/send-email-from-your-local-machine.aspx[/url] but the mail was not …

Member Avatar for kvprajapati
0
3K
Member Avatar for anish.anick

Hi All, I need to create a HTML page which plays live audio. (I know to play an audio file using <object> tag) But my requirement is to stream live audio please help me to solve this. Thanks

Member Avatar for JugglerDrummer
0
73
Member Avatar for anish.anick

Hi All, I need to develop an application in C# which uses SNMP to send request to a computer. How can i send a SNMP request from my C# application.(Any sample examples?) Please help me to solve this. Thanks

0
65
Member Avatar for aashishn86

Hi!! i need to write a function that counts the number of names seperated by a '/' for example if i write aashish/ankush in a field the number returned should be 2 thanks....

Member Avatar for mail2saion
0
221
Member Avatar for anish.anick

Hi All, I need to create a user control having a label and button. The label text size can be different, When the text length is greater the user control must autosize the label as well as the button(button size is fixed). My issue is when the label text is …

Member Avatar for Diamonddrake
0
79
Member Avatar for chaituu

this is dynamic rows code.when i click remove(-) any row i need to get respective checkbox id; for example when i delete row3 i need to get checkbox id as houseCheck3;when i delete row2 i need to get checkbox id as houseCheck2; once i get the id of that checkbox …

Member Avatar for anish.anick
0
80
Member Avatar for visnia

Hi i'm a newbe to javascript and i would like to create a function which will allow me to insert additional row to html table after every x rows. I appreciate every idea

Member Avatar for essential
0
137