- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 10
- Posts with Downvotes
- 8
- Downvoting Members
- 6
76 Posted Topics
Re: 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 | |
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? | |
Hi anyone please help,how to create a login overlay while a page is loading for visitors,i am using wordpress 3.0 ![]() | |
Re: Hi Check the article Image-resize based on screen resolution at [url]http://netprogramminghelp.com[/url] | |
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 | |
Re: 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"] | |
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? | |
Anyone please advise what is the best payment gateway for php website and how to integrate in php website. | |
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 | |
Re: Hi check this article in [url]http://netprogramminghelp.com[/url], how to export a image into excel using asp.net | |
| |
Anyone advise me how to create a login overlay while each page loading,is there any wordpress plugin available for that, | |
Hey, Anyone knows what mjxads.internet.com and how we can join into that, | |
Hello, I just started to learning wcf programming, Anyone please advise me,why we are specifically using interfaces | |
Re: 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. | |
Re: hi check this article "Dumping and extracting folder contents using windows shells" in [url]http://netprogramminghelp.com[/url] | |
Re: 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. | |
Re: 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] | |
Re: 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] | |
Re: If you are using asp.net calendar then calendar1.SelectedDate.ToString("dd/MM/yyyy"); will work | |
Re: Simply,just take a look of some flight reservation sites,you will get a idea | |
Re: Just check the logged user,if is not admin then just hide it, gridview1.style.add("display","none"); | |
Re: Wants more information about cokkies,check this article, | |
Re: check here ,have one article named "how to export a image into pdf using iTextSharp dll" | |
Re: Use item template to declare these 3 columns per row,and just use paging functionality and set Rowsperpages=3 | |
Re: create bound column and simply set style display:none | |
Re: 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, | |
Re: For beginner msdn and w3schools are very good sites.Start with school management,you can find some of the sites. | |
Re: 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 | |
Instead of google adsense,can we have any other genuine options to earning stable money using ours website? | |
Re: Just check the textbox value [CODE]var x=document.getElementById("txtbax"); x1=x.value; if(x1 == "lexus printer") { x.value="toner123"; }[/CODE] | |
Re: Check here ,have one article creating custom alert | |
Re: instead of giving frm,create one div inside frm and set [CODE]div.innerhtml=contentstring[/CODE], | |
Re: First try to connect between one server to another,Use Command prompt | |
Re: 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] | |
Re: Use Datagrid_ItemCreated and add checkbox in first cell | |
Re: 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] | |
Re: 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] | |
Re: We need to use relative position for all html pages,and also its only working in IE6 | |
Re: Try something like "Read the textfile and push into some hashtable and search using the datekey". | |
Re: Normally html pages contains relative path,find full path of that particular resource and check it. | |
Re: Try with document.execCommand [CODE]document.execCommand("copy",false,text)[/CODE] | |
Re: But Office interop will fail if client machine don't have office,search any third party tools | |
Re: Try with querysting, or Better using ajax to post, Check here, <URL SNIPPED> | |
Re: just put one debugger and check its executing or not [CODE]function myfunc1() { debugger; alert("button click"); }[/CODE] |
The End.