Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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

76 Posted Topics

Member Avatar for phoenix_dwarf

According to the criteria Just try dynamic label control like this, label local_label = new label(); label.forecolor = red; label.ID = creating with that particular enum value. Thx Chandru SNIP

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
243
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
61
Member Avatar for igalbk
Member Avatar for navi17

Hi Check the article Image-resize based on screen resolution at [url]http://netprogramminghelp.com[/url]

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

Just you are sending data to the server,change function like url,target,textboxdata,in php page retrieve those values and update in database. send data like link.send("data="+textboxdata) you can easily retrieve using $_GET["data"]

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
66
Member Avatar for chandru7
Member Avatar for tiggsy
0
106
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
112
Member Avatar for sarc007

Hi check this article in [url]http://netprogramminghelp.com[/url], how to export a image into excel using asp.net

Member Avatar for himanshi arora
0
2K
Member Avatar for kool.net
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
79
Member Avatar for chandru7
Member Avatar for shaniadavid
0
102
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
96
Member Avatar for fosteros

create one javascript function and call the function in body onload.Refresh the page in each and every half hour,we can easily refresh using meta-refresh tag.

Member Avatar for chandru7
0
272
Member Avatar for VinayRok

hi check this article "Dumping and extracting folder contents using windows shells" in [url]http://netprogramminghelp.com[/url]

Member Avatar for kvprajapati
0
80
Member Avatar for mastia22

Just use one datagrid, If you selected a particular team in ddl,just bind the players name in one datagrid,and in datagrid_itemcreated [CODE]if(e.item.itemType=="Item" || e.Item.ItemType == "AlternateItem") { e.Item[0].style.add("color","blue");//Just first row(datagrid contains single row only e.Item[0].style.add("cursor","hand"); e.Item[0].Attributes.Add("onclick","OpenEditpage()"); }[/CODE] In OpenEdit page function just open yours html edit page.

Member Avatar for mastia22
-1
92
Member Avatar for kanuri1

I am seeing you commented the bind part,is this right code [CODE]'adp.Fill(ds, "gatein_item") 'GridView1.DataSource = ds 'GridView1.DataBind() 'GridView1.Dispose()[/CODE]

Member Avatar for chandru7
0
104
Member Avatar for RAMAN2233

Just try this simple code in javascript [CODE]var startDate = new Date(startdt); var EndDate = new Date(endDt); var WorkingDayCount=0; if(startDate < EndDate) { if(startDate.getDay() != 0 && startDate.getDay() !=6) { WorkingDayCount++ } }[/CODE]

Member Avatar for dollarcolony
0
126
Member Avatar for mshravs

If you are using asp.net calendar then calendar1.SelectedDate.ToString("dd/MM/yyyy"); will work

Member Avatar for mshravs
0
97
Member Avatar for rutaba

Simply,just take a look of some flight reservation sites,you will get a idea

Member Avatar for chandru7
0
115
Member Avatar for Nishara

Just check the logged user,if is not admin then just hide it, gridview1.style.add("display","none");

Member Avatar for chandru7
0
98
Member Avatar for statutoryape
Member Avatar for amit-400
Member Avatar for Oxiegen
0
96
Member Avatar for happyns

Use item template to declare these 3 columns per row,and just use paging functionality and set Rowsperpages=3

Member Avatar for happyns
-1
206
Member Avatar for babbu
Member Avatar for benk1

when submit clicked the page is posted thatswhy the dropdownlist is reloaded,if you wants to update without a page refresh then you need to apply ajax,

Member Avatar for benk1
0
119
Member Avatar for ajijacobm

For beginner msdn and w3schools are very good sites.Start with school management,you can find some of the sites.

Member Avatar for chandru7
0
62
Member Avatar for Kusno

Exactly what's your problem,you want's to add this web user control in toolbox? if yes then goto view --> select toolbox --> right click the particular tab,you can fine add/remove items

Member Avatar for chandru7
0
109
Member Avatar for chandru7

Instead of google adsense,can we have any other genuine options to earning stable money using ours website?

Member Avatar for sentabi
0
135
Member Avatar for Rblalock
Member Avatar for saktiyantra

Just check the textbox value [CODE]var x=document.getElementById("txtbax"); x1=x.value; if(x1 == "lexus printer") { x.value="toner123"; }[/CODE]

Member Avatar for saktiyantra
0
118
Member Avatar for eantz
Member Avatar for SusanHAllen

instead of giving frm,create one div inside frm and set [CODE]div.innerhtml=contentstring[/CODE],

Member Avatar for chandru7
0
90
Member Avatar for ninjaimp
Member Avatar for Ramesh S
0
78
Member Avatar for botaxsmaniz

Are You using query or stored procedure,all you created a query for update,so remove the parameters and put conn.open() on before of command creation. [CODE]conn.Open(); SqlCommand comand = new SqlCommand(uSql, conn); [/CODE]

Member Avatar for Ravenheart
0
93
Member Avatar for shine_jose
Member Avatar for love_dude1984

ImageButton onclick is working for me,For you if it's not working then try dynamic html, [CODE]<td id=cell runat="server"> </td> <input id=addimage runat=server onclick="fun();"/> in js function fun() { var img="<img src='sample.gif' border=0>" addimage.innerhtml=img; }[/CODE]

Member Avatar for chandru7
0
154
Member Avatar for naziatarannum

Just use one incrementer and store the value in one hiddenfield,and update in database. for ex, [CODE]<input type=hidden id=NoOfClicks> In Js, var val=document.getElementById('NoOfClicks'); val.value = val.value+1;[/CODE] Otherwise try ajax,if need any help for ajax check the ajax articles [URL="http://netprogramminghelp.com"]here[/URL]

Member Avatar for chandru7
0
81
Member Avatar for naziatarannum
Member Avatar for shankbond

We need to use relative position for all html pages,and also its only working in IE6

Member Avatar for kvprajapati
0
77
Member Avatar for facadie

Try something like "Read the textfile and push into some hashtable and search using the datekey".

Member Avatar for sathishkumar.j
0
59
Member Avatar for leron

Normally html pages contains relative path,find full path of that particular resource and check it.

Member Avatar for chandru7
-1
64
Member Avatar for kjelle392
Member Avatar for grympel
Member Avatar for SKANK!!!!!
Member Avatar for SKANK!!!!!
0
139
Member Avatar for love_dude1984

But Office interop will fail if client machine don't have office,search any third party tools

Member Avatar for chandru7
0
121
Member Avatar for roraa
Member Avatar for chandru7
0
107
Member Avatar for manofspider

just put one debugger and check its executing or not [CODE]function myfunc1() { debugger; alert("button click"); }[/CODE]

Member Avatar for manofspider
0
283

The End.