hi all, In our company we are using 1mbps airtel broadband connection we are connecting the Lan connection connects via system ethernet card as IP address for other machines we chose as Default gateway thats is working fine ...we brought the BSNL DSL conncetion for 2 mbps in this Airtel also wants to work and BSNL also work.. how it can possible
kumareshTMC
Posts
-
Internet connection problem -
about asp dot net?Hi yr cheguevara.. To have the ideas of to become good sound in asp.net to know the following languages HTML Javascript SQLserver For database connection ASP
-
How To Load The Menu Dynamically In Vb.Net ? -
Regarding MP3 Format In .net [modified]Hi To all Which Is The Best Media Player In .NET It also support Microsoft technologies.
modified on Tuesday, January 22, 2008 11:59:41 PM
-
want to fransfer datas from sql server to excelImports System.IO Partial Class _Default Inherits System.Web.UI.Page Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged End Sub Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Response.Clear() Response.AddHeader("content-disposition", String.Format("attachment;filename={0}.xls", "tmc.xls")) 'Response.AddHeader("content-disposition", String.Format("attachment;filename={0}", "kumaresh")) Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.NoCache) 'Response.ContentType = "application/ms-excel" Response.ContentType = "application/" Dim stringWrite As New StringWriter() Dim htmlWrite As New HtmlTextWriter(stringWrite) GridView1.RenderBeginTag(htmlWrite) GridView1.RenderControl(htmlWrite) GridView1.RenderEndTag(htmlWrite) Response.Write(stringWrite.ToString()) Response.End() End Sub Public Overrides Sub VerifyRenderingInServerForm(ByVal control As Control) End Sub
-
DotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Neededhi Rocky, Use this Link http://www.adefwebserver.com/DotNetNukeHELP/DNN\_Module4/Default.htm It gives the Basic Examples Of creating Dotnetnuke modules Regards Kumaresh TMC
-
how to use print controls? [modified]i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007
-
Rating Toolvisit http://asp.net/ajax/control-toolkit/live/Default.aspx it is very useful for rating regards
-
messageboxhi, you can use javascript functions to display the message box.. regards
-
how to redirect link to parent pagecan u use server.transfer() it can move to parent page or home page
-
listboxhi, i had used two listbox controls and button.when listbox1 has some data while clicking the button it shows in the listbox2 and also listbox can select the selectionmode is multiple. only once the items are selected baboo