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
~38.9K People Reached
Favorite Tags

41 Posted Topics

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

Catch the ajax on complete state when the readyState property becomes 4, after that execute the javascript code window.location.reload() to refresh/reloading the page Regards Anish

Member Avatar for Tiago_3
0
451
Member Avatar for vinaya
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
107
Member Avatar for sannidhikumar99

Hi You can use javascript charAt() method to check the character in textbox.Some thing like this [code]var str = "any thing"; for(var i = 0;i < str.length;i++){ if(str.charAt(i) == ' '){ // Do some action } }[/code] Hope this helps Thanks

Member Avatar for phoochaliaw
0
171
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
224
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
68
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
112
Member Avatar for aspbeginner
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
70
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
81
Member Avatar for spatrickmca

Parallel computing is a kind of computation in which many calculations are carried out simultaneously (in parallel). In other words large problems can be divided into smaller ones and can be solved in parallel.We can take the advantage of dual core and multi core processors by dividing the tasks and …

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

Hi, Please take a look on the following link [url]http://www.c-sharpcorner.com/uploadfile/mahesh/readwritexmltutmellli2111282005041517am/readwritexmltutmellli21.aspx[/url] Thanks

Member Avatar for anish.anick
0
87
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
58
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
284
Member Avatar for Rakesh Nagekar

Hi You have to assign the error message inside a div or span near the html control and make it display or hide after validating... Regards Anish

Member Avatar for shadowgmax
0
88
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
135
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
59
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
620
Member Avatar for Anusha Rose

Hi Anusha, You can run the code asynchronously using ajax and initiate a ModalPopUp which will pop up with your requirement (image or anything you want) after running the code. Hope this helps. Thanks

Member Avatar for carobee
0
84
Member Avatar for anjclaire

Hi Check out the links [url]http://www.codeproject.com/KB/applications/AliAspNetChat.aspx[/url] [url]http://www.codeproject.com/KB/aspnet/WebChatAsp35LinqAjax.aspx[/url] Hope this helps Thanks

Member Avatar for anish.anick
0
62
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
117
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
105
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
78
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
72
Member Avatar for aashishn86

Hi You can split the string with '/' and then you can get the length some thing like this var names = "aashish/ankush"; var namesList = names.split('/'); namesList.length will return the count as 2 Regards Anish

Member Avatar for mail2saion
0
341
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
87
Member Avatar for chaituu

Hi Change the removeRow() to the following.. This will alert the checkbox id. (You have to take the check box id before deleting the table row) function removeRow(theRow){ var rowObj = theRow.parentNode.parentNode; var chkObj = rowObj.cells[0].childNodes[0]; alert(chkObj.id); var tab=document.getElementById('TableA'); index= theRow.parentNode.parentNode.rowIndex; tab.deleteRow(index); } Regards Anish

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

Hi You can use insertRow() to insert a row to html table. Some thing like this... var rowIndex = 0; // Assign the row index var row = document.getElementById('htmlTable').insertRow(rowIndex ); var cell1 = row.insertCell(0); var cell2 = row.insertCell(1); ... ... var celln = row.insertCell(n); cell1.innerHTML="Cell 1"; cell2.innerHTML="Cell 2"; ... ... …

Member Avatar for essential
0
148
Member Avatar for anish.anick

Hi All, I have web page where the datas are refreshed by calling Asp.net web service from javascript. I am using javascript setInterval() for updating the datas periodically, also using clearInterval() for stopping this javscript timer. In total the page gets details from 3 different web services. Once the data …

Member Avatar for essential
0
197
Member Avatar for FisherGraphics

Sure, You can create a page with zoom function and an empty DIV to load the image. Anish

Member Avatar for FisherGraphics
0
177
Member Avatar for myth3_16

Hi Seems the image src is wrong. The image scr should be "[B]../[/B]images/createyourown/badges/+[Badges;15mm x 15mm (P-10)]15mmx15mmBadge(P-10).png" The below <img> will display the correct image. <img alt="15mm x 15mm Badge (P-10)" src="../images/createyourown/badges/+[Badges;15mm x 15mm (P-10)]15mmx15mmBadge(P-10).png"/> Anish

Member Avatar for anish.anick
0
137
Member Avatar for Aradon

Hi Seems like the image source is not properly formed. Set the full image src .. also rename the image the image tag is formed some thing like this (found with the help of firebug) [icode]<img height="130" width="200" border="0" name="picDV" title="" alt="" src="Becky_retouch"/> [/icode] Expected html should be [code]<img src="http://www.ryanscarry.com/port_digiart/photo_retouch/models/rebecca_burgess/Becky_retouchB&A2.jpg" …

Member Avatar for Aradon
0
96
Member Avatar for gamodg

Hi Try passing a randomly gerated number as query string. Like this req.open("GET","/timerProg.cgi?rnd="+Math.random(),false); Regards Anish

Member Avatar for anish.anick
0
92
Member Avatar for anish.anick

Hi All, I am facing CPU utilization issue while iterating through HTML table rows. I am generating an HTML table dynamically using javascript which contains atleast 500 rows. After the creation of table, the table cells are assigned with some values from a JSON object. The sample code for assigning …

Member Avatar for ~s.o.s~
0
251
Member Avatar for anish.anick

Hi All, I am developing a web application which contains rich set of ajax request from web page and some web service calls using javascript.Our local server was woking fine. But when we moved our application to a remote web server the application(IIS) got stuck after handling some amount of …

0
63
Member Avatar for anish.anick

Hi I am facing an issue regarding ASP.net validators. I have a web page which contains 3 textboxes,one drop down list, one radio button and a button to submit the form.Some times the validators are not fired on submitting the form. I checked the validation group and it is correct. …

Member Avatar for AntonioGK
0
92
Member Avatar for anish.anick

Hi All, Is there any way to set the focus to a table row using javascript so that subsequent key press events can iterate through the table rows.Please help me to solve this. Thanks

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

Hi All, Is there any way to send email in php without user interaction.The scenario is some thing like this.. I want to send email's to persons based on his/her birthday.I need your help. Please help me to solve this... Thanks :)

Member Avatar for anish.anick
0
98
Member Avatar for anish.anick

Hi, I am a beginner in php mysql... I want to pass null values to integer from PHP file to mysql stored procedure. eg: $name = "John"; $age = $_POST['age']; // Which is a null value.. and i called the procedure like CALL InsertStudent('$name',$age); my procedure is not executing ... …

Member Avatar for petr.pavel
0
108

The End.