Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
12% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
10
Posts with Downvotes
8
Downvoting Members
6
1 Commented Post
0 Endorsements
Ranked #977
Member Avatar for phoenix_dwarf

I am doing a college project and need to display client status in form of coloured * by using an enum with flags...Now i know how the enum works but the problem is I need to show more than one * within the same field (lable or anything else) but …

Member Avatar for Sairoj
0
2K
Member Avatar for chandru7

I submitted my site in google,yahoo,bing,in google all my pages are indexed,but yahoo and bing single page only indexed,how to get all my pages indexed in yahoo and ping,is there any other robots.txt needed for yahoo and ping?

Member Avatar for travel agencies
-1
241
Member Avatar for chandru7

Hi anyone please help,how to create a login overlay while a page is loading for visitors,i am using wordpress 3.0

Member Avatar for LastMitch
0
60
Member Avatar for igalbk

Hi I attached here a code that i have a problem with. the function CheckStatusCode() suppose to connect to uri and check the http response status. it should display on the screen the status received. usually the status is "OK" (200). but for instance if the page doesn't exist the …

Member Avatar for honeyxyz
0
682
Member Avatar for navi17

Hello friends, I have a background image in body. What i want to achive is that 1)- calculate the visitor screen resolution. 2)- based on that resolution i want to resize my background image. Can anyone help? Looking for quick response. Thanks and regards navi

Member Avatar for vasile.manda
0
2K
Member Avatar for chandru7

Hi all, I have an 2 years old website still cannot able to promote in efficient way,any one please advise a better website program with some cheap rates. thank you

Member Avatar for Dani
0
116
Member Avatar for santhanalakshmi

The below coding is the javascript coding in which i have used [B]AJAX coding also[/B].its only pagenavigation coding. [CODE]function change(which) { if(which=="page1") { document.getElementById(which).style.borderBottomColor="white"; document.getElementById("page2").style.borderBottomColor="#778"; document.getElementById("page3").style.borderBottomColor="#778"; document.getElementById("page4").style.borderBottomColor="#778"; } else if(which=="page2") { document.getElementById(which).style.borderBottomColor="white"; document.getElementById("page3").style.borderBottomColor="#778"; document.getElementById("page4").style.borderBottomColor="#778"; document.getElementById("page1").style.borderBottomColor="#778"; } else if(which=="page3") { document.getElementById(which).style.borderBottomColor="white"; document.getElementById("page4").style.borderBottomColor="#778"; document.getElementById("page1").style.borderBottomColor="#778"; document.getElementById("page2").style.borderBottomColor="#778"; } else if(which=="page4") { document.getElementById(which).style.borderBottomColor="white"; document.getElementById("page1").style.borderBottomColor="#778"; document.getElementById("page2").style.borderBottomColor="#778"; …

Member Avatar for mytool.parekh
-1
5K
Member Avatar for chandru7

In my php website,i wants to integrate video ads,can you please advise how we can generate video ads,is there any free tool available?we can generate online?

0
64
Member Avatar for chandru7
Member Avatar for tiggsy
0
104
Member Avatar for chandru7

Hi all, I wants to connect a legacy system (mainfrme) through my code (either java or .net) and need to mask the columns in vz450 file columns(fixed length files) and need to ftp into another mainframe machine,how to achieve this,any ideas are greatly appreciated.thankx

Member Avatar for peter_budo
0
107
Member Avatar for sarc007

How to Convert Copied Clipboard Image Data From Excel To Byte Array. Basically I am trying to save Excel CopyPicture image to the database. For which first I need to convert clipboard image to byte array and update in OLEDB Field of access database. I tried this code below [CODE] …

Member Avatar for himanshi arora
0
2K
Member Avatar for kool.net

hi, can any one tell me how to i print a page in c#.net. actually i need it to print receipt in my project. Help me. Thanx in advance

Member Avatar for ChrisHunter
0
395
Member Avatar for chandru7

Anyone advise me how to create a login overlay while each page loading,is there any wordpress plugin available for that,

Member Avatar for AndreRet
0
77
Member Avatar for chandru7
Member Avatar for shaniadavid
0
100
Member Avatar for chandru7

Hello, I just started to learning wcf programming, Anyone please advise me,why we are specifically using interfaces

Member Avatar for kvprajapati
0
94
Member Avatar for fosteros

I want to open a particular URL and download a file say ABCD.log every half an hour. (the same file) Is there any way i can automate this process using java script or any other method? Thanks in advance

Member Avatar for chandru7
0
178
Member Avatar for VinayRok

Hi all, I want to zip a files with directory structure. Suppose i have Folder name C:\examples This folder may contain sub folder and files also.. And i need code which zips with folder structure.. not only a just a file.. it should also zip folder to..! I search in …

Member Avatar for kvprajapati
0
76
Member Avatar for mastia22

Before I start, let me openly declare am a ROOKIE. Am making a fantasy football site due in 2 months. Am still stuck on the backend part of it. Am having a problem making a page for editing player information where I have a drop down menu of the teams …

Member Avatar for mastia22
-1
88
Member Avatar for kanuri1

hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... …

Member Avatar for chandru7
0
100
Member Avatar for RAMAN2233

Using ajax calendar can i write a program to know the number of working days in a given month...if yes how??? I should be able to show the number of working d ays in a text box..when i select a given month HELP IS APPRECIATED THANX IN ADVANCE

Member Avatar for dollarcolony
0
125
Member Avatar for mshravs

here i'm using the calendar tool as a popup window to select dates. but its showing in the format of mm/dd/yyyy, where as i needed in the dd/mm/yyyy. can any help me plz

Member Avatar for mshravs
0
87
Member Avatar for rutaba

i am using ASP.NET for developing a project of on line flight reservtaion system.. after making forms what should my next step be.. And what kind of fields should be there on the forms? hope my question is understandable.. Waiting for replies.. Regardz

Member Avatar for chandru7
0
111
Member Avatar for Nishara

Hi.. I am designing a website using ASP.NET.In my project there is a page called default.aspx with a loginView cotrol.Once a user click login button after entering the User Name and the Password thay are redirected to the default.aspx.I want to have some features(A gridView) can be visible only to …

Member Avatar for chandru7
0
95
Member Avatar for statutoryape

Hi all, Here's the code I've come up with. I deliberately left off an expiration date since I want the cookie to expire when the browser is closed. [CODE]<html> <head> <script type="text/javascript"> function setCookie(name,value) { document.cookie=name+"="+value; } </script> </head> <body> <a href="#" onClick="createCookie('Role',Parent)";>Parent</a> <a href="#" onClick="createCookie('Role',Student)";>Student</a> </body> </html> [/CODE] I've …

Member Avatar for statutoryape
0
2K
Member Avatar for amit-400

Hi , I want to convert any image document to its corresponding PDF format , without using any third-party tool because most of them need to be purchased or on a trial basis. It would be very helpful if someone could post me the source code in C# for implementing …

Member Avatar for Oxiegen
0
92
Member Avatar for happyns

Hi one and all, I am using asp.net 2005 gridview to put the data derived from database in horizontal direction. I want three columns to placed in a single row. In that way there will be 3 rows per page. It is as same as orkut home page in which …

Member Avatar for happyns
-1
203
Member Avatar for babbu

m using ms access and c# i fetch the data frm the database which includes sr.no. and store in a data table. i thn display the contents using a datagridview. everythin is working fine.. heres the catch i do not want to display the sr.no...how can i make tht particular …

Member Avatar for babbu
0
4K
Member Avatar for benk1

Hi, I'm creating a simple form where you select a company name from a dropdown list, and you can then update the values associated with this using textboxes and a submit button. The dropdown works fine (it shows all the companies in the database) and the submit button submits data …

Member Avatar for benk1
0
113
Member Avatar for ajijacobm

hi, i have to do a web based project with ASP.NET,C# and SQL. i don't know much about doing projects. Please give me some sources sites so that i can learn by myself. ALso please give me site so that i can get a list of project names.

Member Avatar for chandru7
0
60
Member Avatar for Kusno

dear all, I created a web user control for date picker with VB.Net language. To use that control, I dragged that file into my forms. Now, I want to put it in ToolBox control... Does anyone know how to do that? What is this code function ? [CODE]<DefaultProperty("PagingText"), ToolboxData("<{0}:PagingTextBox runat=server></{0}:PagingTextBox>")> …

Member Avatar for chandru7
0
105