- 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
68 Posted Topics
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
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
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
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
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.
hi check this article "Dumping and extracting folder contents using windows shells" in [url]http://netprogramminghelp.com[/url]
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.
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]
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]
If you are using asp.net calendar then calendar1.SelectedDate.ToString("dd/MM/yyyy"); will work
Simply,just take a look of some flight reservation sites,you will get a idea
Just check the logged user,if is not admin then just hide it, gridview1.style.add("display","none");
Use item template to declare these 3 columns per row,and just use paging functionality and set Rowsperpages=3
create bound column and simply set style display:none
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,
For beginner msdn and w3schools are very good sites.Start with school management,you can find some of the sites.
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?
Just check the textbox value [CODE]var x=document.getElementById("txtbax"); x1=x.value; if(x1 == "lexus printer") { x.value="toner123"; }[/CODE]
instead of giving frm,create one div inside frm and set [CODE]div.innerhtml=contentstring[/CODE],
First try to connect between one server to another,Use Command prompt
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]
Use Datagrid_ItemCreated and add checkbox in first cell
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]
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]
We need to use relative position for all html pages,and also its only working in IE6
Try something like "Read the textfile and push into some hashtable and search using the datekey".
Normally html pages contains relative path,find full path of that particular resource and check it.
Try with document.execCommand [CODE]document.execCommand("copy",false,text)[/CODE]
But Office interop will fail if client machine don't have office,search any third party tools
Try with querysting, or Better using ajax to post, Check here, <URL SNIPPED>
just put one debugger and check its executing or not [CODE]function myfunc1() { debugger; alert("button click"); }[/CODE]
Try with ITEMDATBOUND event You can set a style in any cellls using e.item
Don't use loop,the loop ends on second link,so the first one is replace with second.
set [CODE]<asp:ListItem value="Web">Web</asp:ListItem>[/CODE]
can't select or can't see,after datasource bind the data [CODE]DG1.DataSource=ds;DG1.DataSource="Material";DG1.DataSource=ds; DG1.DataSource="Material"; DG1.DataBind(); [/CODE]
use Date object for ex, [CODE]var a="02/03/2009"; var b="02/15/2009"; var d=new Date(a); var e=new Date(b); var f=e-d; for(var i=0;i<f;i++) { alert(d+i } [/CODE]
Try like this while loading the page for all links [CODE]if(A1.focus == true)[/CODE]
Not sure try like [CODE]this.rendercontrol()[/CODE]
The End.
chandru7