No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 years in IT working in a variety of positions from a Windows Engineer to Network Administrator. Working for the past 5 years as a Web Developer and DBA.
- PC Specs
- Windows and Linux OS
10 Posted Topics
Re: [QUOTE=adatapost;1175060][b]>Any idea about the Sharepoint Databse structure ?[/b] Read - [url]http://en.wikipedia.org/wiki/Microsoft_SharePoint[/url] [b]> I am using SqlServer 2005 with .NET, Sharepoint How to access my database? [/b] Read - ADO.NET [b]>where is connection file in sharepoint ?[/b] Read - ADO.NET[/QUOTE] If you need to change any of the databases for SharePoint … | |
Re: [QUOTE=qasimidl;1176142]I m using sqlserver there is table name of Attendence Columns of Tables are 1)EmpCode int 2)AttendenceDate datetime 3)AttendenceTime Datetime 4)status tinyint Data in table would be like this Code AttendenceDate AttendenceTime status 1001 3/27/2009 3/27/2009 9:05 1 1001 3/27/2009 3/27/2009 7:05 0 1002 3/28/2009 3/27/2009 10:05 1 //user didnot … | |
Re: Three Tier approach is basically your UI,Business Logic layer,Data Access layer. Your UI is imply your HTML elements. You should have no data access logic such as SQL code at all. You communicate with your Data Access Layer through your Business Logic Layer. In your BAL you define Properties and … | |
Re: [QUOTE=sniigg;1176048]Hi, In my application I have <li>s and I am using Jquery to remove a particular <li> The code I am using is [code] $(".close").click( function() { $(this).parent().remove()// Links with the class "close" will close parent return false; } ); [/code] Using this I am successfully able to remove a … | |
Re: > Hi all, > > I am using object tag to play flv video in my webpage.I want to change param value dynamically so that i can play videos when i click image button. I want to do like the one in youtube but without using database. > > Please … | |
| |
Re: [QUOTE=juliagarrett;1092583]Hi, How can I put my ASP.NET calculator into my dreamweaver page? Thanks!![/QUOTE] What version of DreamWeaver are you using? CS4 no longer supports ASP.NET but CS3 does. | |
Re: Is the query string your second grid is expecting correct? i.e. RowID Have you tried entering the query string manually using a known RecordID in the database and see if that works. | |
Hey Everyone, My name is Bobby Cruz , but on most IT forums I go by "dsweb1017". I have been working as a Web Developer/DBA for about 5 years programming mostly in C# and VB.NET. I have been dabbling in PHP and Silverlight for a few months now and its … |
The End.