Forum: MS SQL 10 Days Ago |
| Replies: 0 Views: 135 |
Forum: ASP.NET 27 Days Ago |
| Replies: 5 Views: 837 |
Forum: ASP.NET 27 Days Ago |
| Replies: 1 Views: 286 |
Forum: ASP.NET 28 Days Ago |
| Replies: 2 Views: 598 Re: Javascript Alert Box does not Display the methodu u used is obselete in case of asp.net 2.0 ,u should javascript like this
ClientScript.RegisterStartupScript(this.GetType(), "msg", "<script> alert('Machine Details Added... |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 1 Views: 252 |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 1 Views: 238 |
Forum: ASP.NET Sep 4th, 2008 |
| Replies: 3 Views: 599 Re: Page refresh u can aslo use this method
In parent page:
protected void Page_Load(object sender, EventArgs e)
{
this.ClientScript.GetPostBackEventReference(this, string.Empty);
if... |
Forum: ASP.NET Sep 4th, 2008 |
| Replies: 3 Views: 675 Re: search sql database textbox.text what control u want to display data.there are various ways of displaying data using gridview,datagrid,datalist .. so on.
u need to connect to a database first.
u do that using connection string
... |
Forum: JavaScript / DHTML / AJAX Sep 4th, 2008 |
| Replies: 6 Views: 1,634 |
Forum: ASP.NET Sep 4th, 2008 |
| Replies: 3 Views: 675 |
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008 |
| Replies: 6 Views: 1,634 |
Forum: ASP.NET Aug 29th, 2008 |
| Replies: 14 Views: 1,612 |
Forum: JavaScript / DHTML / AJAX Aug 29th, 2008 |
| Replies: 6 Views: 1,634 how to load a page in a div tag hi,
i have a asp page in which iam using iframe to load a aspx page,but it is taking long time to load a page,so we r using div tag to load a page.is this possible to load a page using div.whats the... |
Forum: ASP.NET Aug 27th, 2008 |
| Replies: 1 Views: 156 |
Forum: ASP.NET Aug 27th, 2008 |
| Replies: 2 Views: 407 Re: Combo Box and ASP.net hi,
u are writing the code in selectchanged event of second combobox as i understand from u r query,so write the code in select changed event of first combobox |
Forum: ASP.NET Aug 27th, 2008 |
| Replies: 14 Views: 1,612 |
Forum: ASP.NET Aug 25th, 2008 |
| Replies: 14 Views: 1,612 |
Forum: ASP.NET Aug 25th, 2008 |
| Replies: 1 Views: 216 |
Forum: ASP.NET Aug 23rd, 2008 |
| Replies: 1 Views: 707 |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 1 Views: 229 |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 1 Views: 331 Re: Inserting records Into Database do u want to insert image in database,thats what u r asking or some thing different,u can use image column in data base to achieve that functionality
if u want to insert data ,then its same for any... |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 14 Views: 1,612 |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 14 Views: 1,612 |
Forum: ASP.NET Aug 19th, 2008 |
| Replies: 2 Views: 425 microsoft certification hi,
i want to know about the microsoft certification program.I am working as asp.net developer on c#,what are the certifications avaialable for me.Are there any books for this certification.I am a... |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: ASP.NET Aug 18th, 2008 |
| Replies: 1 Views: 707 |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2008 |
| Replies: 11 Views: 1,864 |
Forum: ASP.NET Aug 8th, 2008 |
| Replies: 9 Views: 400 |
Forum: ASP.NET Aug 8th, 2008 |
| Replies: 3 Views: 390 |
Forum: ASP.NET Aug 8th, 2008 |
| Replies: 3 Views: 649 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 9 Views: 400 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 2 Views: 463 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 1 Views: 1,361 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 1 Views: 199 Re: using sessions hi,
if u are new to asp.net,first try to do it ur self and then if arent unable to do it,post the doubts |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 3 Views: 274 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 2 Views: 203 Re: delete Protected Sub Announcement_DeleteCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles Announcement.DeleteCommand
Dim strid As String
... |