- Interests
- development,new technologies
22 Posted Topics
Re: [QUOTE=zafri;555909]hi i have install aglet-2.0.2 and J2SDK1.4.2_16 to my computer and i got Tahiti server and its work fine but when i am try to compile the aglet programme in java platform java cant recognized key symbol aglet when i write simple programme and compiled its gave following error massage … | |
Re: You can connect to data base using ADO.Net framework .For example, the namespace System.Data.SqlClient has many usefull classes to connect to sql server database such as :SqlClient,SqlConnection,SqlAdapter and others see the below link http://msdn.microsoft.com/en-us/library/system.data.sqlclient.aspx Also the data connectivity using .net 3.5 and .net 4.0 includes the worlds of linq to … | |
Re: you can create DateTime object and send the values (day,month,year) in the constructor | |
Re: there is a lot of ways introduced for connect .net application and sql server the familiar to me is ADO.NET layer and others like entity framework can you clarify your problem | |
Re: You can use OnClientClick to call a script function at the java script tag of the asp.net [CODE]<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <script type="text/javascript"> function func1() { window.alert('Hello World !'); } </script> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Button ID="Button1" runat="server" OnClientClick= "return func1();" Text="Button" /> <p> </p> </asp:Content>[/CODE] The above source … | |
Re: Dear the asp.net validation occurs on the client side for asp.net controls The validation occurs usually on button click , you can set the button and controls intended to be validated in the same validation group you can prevent the button click validation by set the property causes validation to … | |
Re: you can search on Windows authentication and forms authentication , the authentication and authorization can be achieved in pure way in pro-grammatically way or you can use your programming skills associated withe the helpful tags at the Web.config | |
Re: you can send the data set as an arrays from client side to server and use them in DOM concept see the below links at [url]http://www.codeproject.com/KB/aspnet/PassingArgument.aspx[/url] [url]http://www.codeproject.com/Articles/92600/How-to-pass-ASP-NET-server-side-array-to-client-si[/url] you can access this data at script tags at the page load , even you can access the GridView and other asp.net controls … | |
Re: At page load event be sure of the follwing if page.IsPostBack=false Then // Fill the tree view End if | |
Re: You can use the ViewState to indicates when you the page can load the drop down list and when shall not fill the drop down list The set of the value of ViewState can be on the buttons click events of the buttons at your application | |
Re: [COLOR="Green"]Dear my experience in asp.net and Microsoft Sql Server , in the asp.net application say you are using ADO.net you need to call sqlDataAdapter.Update(param) , say you are using LINQ technology you to retrieve the row and update it then call the submitChanges method , simply to submit the changes … | |
Re: I designed and implemented database connectivity between .net application and Microsoft Access database and .net application and Microsoft SQL Server database , either 2005 or 2008 How to access the DataBase take place in two approaches : 1 - Disconnected Mode This approache retrieve data from the DataBase and store … | |
java.io.FilePermission this exception always thrown when I am trying to run my code using tahiti server that i am developing java mobile agent | |
the following code I want to press done buttone to close JFrame without exit the application ---------------------------------------------------------------------------------- [CODE] package examples.SecretaryAgent; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Display extends JFrame { private JCheckBox _first_Interval; private JCheckBox _second_Interval; private JButton _done_Button; public Display() { setLayout(new FlowLayout()); _first_Interval=new JCheckBox("First Interval"); _second_Interval=new … | |
fscanf is a C function designed to read character by character from a file to the system how we can use scanf programmatically to read till first white space ???? :) :) | |
I am developing a Windows based Mobile application , using Windows Mobile SDK 6 standard edition and Visual Studio 2008 SP1 I want to have a dataGrid with a check box column , the class 'DataTableCheckBox' seems not available as one of controls of Compact edition framework 3.5 , in … | |
I am developing C#-based mobile application and the exception always thrown and catched by my try catch block Exceptin thrown : The database file cannot be found.Check the path to the database [File name = .\MyMobileDB.sdf] the snippet code is [CODE] namespace DeviceApplication4 { public partial class Form1 : Form … | |
When I am trying to debug my mobile application , that used C# as programming language a notification beside the open the connection appeares and display that the module of it not loaded and thank you | |
Any one has an idea how to develop Header of GPRS tunneling protocol using C language or even has interest in something like that I am a professional C/C++ programmers living in jordan | |
Re: hope to find solution as soon as possible | |
Re: [QUOTE=tkud;1055796]Hi everyone, I just downloaded and registered Visual c++ 2008 express edition so that i can learn win32 programming. How do I get started? any help will be very much appreciated(I have been using borland C++ !!) [I]<<fake signature, [URL="http://www.daniweb.com/forums/profile.php?do=editsignature"]click here[/URL] to make a signature>>[/I][/QUOTE] crete CPP file and write … |
The End.