Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~13.5K People Reached
Interests
development,new technologies
Favorite Tags

22 Posted Topics

Member Avatar for orca_lee

[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 …

Member Avatar for stultuske
0
451
Member Avatar for divyaselvaraj

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 …

Member Avatar for omar isaid
0
142
Member Avatar for pulak2008
Member Avatar for omar isaid
0
4K
Member Avatar for geethuj

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

Member Avatar for omar isaid
0
49
Member Avatar for Moss ali

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 …

Member Avatar for nakor77
0
225
Member Avatar for keyur.smith

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 …

Member Avatar for dnanetwork
0
99
Member Avatar for crash0verride

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

Member Avatar for Ezzaral
0
316
Member Avatar for Sarama2030

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 …

Member Avatar for omar isaid
0
149
Member Avatar for dyahalifda

At page load event be sure of the follwing if page.IsPostBack=false Then // Fill the tree view End if

Member Avatar for dyahalifda
0
165
Member Avatar for judithSampathwa

Dear the jobs are defined in SQL Server 2008 by SQL Server agent , which is not included in the Sql Server 2008 express edition what you think of third party product see the below link [url]http://www.valesoftware.com/products-express-agent.php[/url]

Member Avatar for omar isaid
0
150
Member Avatar for Rajsmethode

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

Member Avatar for omar isaid
0
846
Member Avatar for xaveri

[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 …

Member Avatar for xaveri
0
157
Member Avatar for rapaneda01

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 …

Member Avatar for omar isaid
0
163
Member Avatar for omar isaid

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

Member Avatar for omar isaid
0
118
Member Avatar for omar isaid

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 …

Member Avatar for omar isaid
0
879
Member Avatar for omar isaid

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 ???? :) :)

Member Avatar for omar isaid
1
3K
Member Avatar for omar isaid

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 …

0
50
Member Avatar for omar isaid

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 …

Member Avatar for omar isaid
0
560
Member Avatar for omar isaid

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

Member Avatar for omar isaid
0
392
Member Avatar for omar isaid

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

Member Avatar for omar isaid
0
549
Member Avatar for facadie
Member Avatar for tkud

[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 …

Member Avatar for jonsca
0
98

The End.