Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
Favorite Tags
Member Avatar for BalagurunathanS

Hi Friends.. I need to get the free space and used space in hard drive ..Can anyone provide me with the code..I need the code in VB.net..I need to see the space available in each drive individually.. Someone help in this regard as early as possible.. Regards, Balagurunathan

Member Avatar for Edward Lance
0
797
Member Avatar for BalagurunathanS

Hi Friends.. In my web application(ASP.net), i need to disable the "Back" button in the browser.Moreover i also need to disable the Backspace key in my keyboard when my web page is run..How to do it with javascript..? Someone help with javascript as early as possible.. Regards, Balaguru

Member Avatar for @developer
0
1K
Member Avatar for BalagurunathanS

Hi all... Someone give me the difference between typed dataset and untyped dataset.. Regards, Balagurunathan S

Member Avatar for vinod991
0
162
Member Avatar for BalagurunathanS

Hi all.. I have a aspx page with a datagrid holding values in it..I need to write the datagrid values in the excel for which i use the following code.. Private Sub btnexcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcel.Click Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=FileName.xls") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.Public) Response.ContentType …

Member Avatar for sarad
0
100
Member Avatar for BalagurunathanS

Hi Friends.. I nee to get Mac address of a Remote machine for which i am using VC++ dll method("iphlpapi.dll") to do so..My application is web based.I am using the followin C# code to get the MAC Address.. public class clsMacAdd { [DllImport("iphlpapi.dll", ExactSpelling=true)] public static extern int SendARP( int …

0
63
Member Avatar for BalagurunathanS

Hi all.. I am having some controls in my aspx page.I need to write javascript for those controls for validation..For that i need to make the controls visible false in certain situation .I also want to make the controls to visible true in certain sitauations..Some one help me with javascript …

Member Avatar for saars
0
5K
Member Avatar for BalagurunathanS

Hi friends.. I need to get all the .exe's running in a machine and display them in my application .How to do it..? In specific i need to get the .Net exe's alone.. Somebody help in this regard as early as possible.. Regards, Balaguru

Member Avatar for BalagurunathanS
0
97
Member Avatar for BalagurunathanS

Dear Friends.. I have my ASP .Net project which is done in Ajax .I use AJAX dll in this to avoid post backs.. The thing is, my application runs well in Internet explorer but it doesn't work well in browsers such as Mozilla,safari etc..I use javascript functions in my aspx …

Member Avatar for ~s.o.s~
0
69
Member Avatar for BalagurunathanS

Dear Friends.. I am having an .aspx page in which i have various HTML controls such as text boxes and buttons("OK" and "CLEAR" buttons).By default, when i press the "ENTER" key in my keyboard ,the "OK" button must get fired...But its not getting fired..I need to use the tab button …

Member Avatar for sandeep.mk
0
168
Member Avatar for BalagurunathanS

Hi Friends. I am using javascript to display timer in my .aspx page..I also use javascript to do validations in that page.when i alert the user with a message.i.e when alert function is called,the timer stops and becomes idle.Again when i click the ok button of the message box that …

Member Avatar for ~s.o.s~
0
111
Member Avatar for BalagurunathanS

Hi all.. I have a timer in my aspx page which runs in a decreasing manner..i.e the timer starts at 5.0 min and ends by 0.0.. and i display it in my aspx page..I get the timer value from the database i.e the server time... when i click the scroll …

0
56
Member Avatar for BalagurunathanS

Hi all.. I am having a table named "login" in MS access.. I am connecting it to a java application with th help of the following code.. Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); System.out.println("Driver loaded"); // Establish a connection connection = DriverManager.getConnection("jdbc:odbc:ESMDB"); System.out.println ("Database connected"); String result=""; st = connection.createStatement(); rs = st.executeQuery("SELECT * FROM …

Member Avatar for jwenting
0
100
Member Avatar for BalagurunathanS

Hi all.. I need to restrict the user from entering any non numeric data in my text box present in an .aspx page.The user should able to enter only numeric values in the text box..Someone help in this regard with javascript.. Regards, Balagurunathan S

Member Avatar for MidiMagic
0
799
Member Avatar for BalagurunathanS

Hi all.. I am having two dropdown list boxes in my .aspx page They are ddl1 and ddl2... Now if i change the selected index of the first box (ddl1), the selected index of the second dropdownlist must automaticlly set to zeroth index..i.e index of the second dropdown list box …

Member Avatar for Nandem
0
189
Member Avatar for BalagurunathanS

Hi all.. I am having controls such as dropdown,button,textbox in my aspx page .I need to enable and disable them using javascript..I am beginner in Javascript...Some one help with code in javascript as early as possible... Thanks & regards, Balaguru

Member Avatar for ~s.o.s~
0
155
Member Avatar for BalagurunathanS

Hi all... I have a datagrid with values bound to it from a table..I have a check box in every row of the datagrid.If i check the check box and click the delete button present in the form,the checked row of the datagrid should be deleted(ultimately deleting the data from …

Member Avatar for arjunsasidharan
0
186
Member Avatar for BalagurunathanS

Hi All... I have a datagrid with values bound to it..I have two columns in the datagrid.The first column is the name field and the second column is age field..Now i need to higlight the highest age which is found in the datagrid..I want to differentiate it from other rows …

Member Avatar for mike.mclennan
0
85
Member Avatar for BalagurunathanS

Dear All... I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to …

Member Avatar for campkev
0
111
Member Avatar for BalagurunathanS

Dear All, I am getting the following error when i am trying to update a datagrid.I am using remoting concept to connect to the server..The datagrid is updated but before that the following error message is thrown... "Server encountered an internal error. To get more info turn on customErrors in …

0
66
Member Avatar for BalagurunathanS

Hi all.. Can anyone provide me with the code convertor tool...ie.the tool which converts the vb.net code to C# code and vice versa... It would be better if the tool is an .exe.. Some one help in this regard as early as possible... Regards, Balagurunathan s

Member Avatar for arjunsasidharan
0
75
Member Avatar for BalagurunathanS

Hi All.. I have a datagrid holding values in it..I have a button below that datagrid(print button)..If i click the print button the datagrid values should be sent to the printer and the print out must be taken..I have the datagrid in as .aspx page(ASP .NET) Someone help in this …

Member Avatar for f1 fan
0
70