why should I care about ExecuteScalar
Hi, I have been using ExecuteNonReader for a quite long time now and it's doing great for me. For example SqlCommand cmd = new SqlCommand("select count(uname) from users_tbl where uname=@uname and...
View Articleid or guid.. which one?
Hi, I have a members website and every memeber will have his images saved ina folder on host. I wanted to ask what's best way to do it: /member_id/images or /member_guid/images Technology News @...
View ArticleSyntax error in store procedure
here is my piece of code alter procedure mdi_anu ( @entry_date varchar(20), @updated_date varchar(20), @status varchar(20), @cno varchar(20), @eno varchar(20)) as declare @SQL varchar(max) set...
View ArticleApplication Layering
Hello Everybody, I want to develop an asp.net application. I want to layer it in such a way that the data layer, data access layer and Business Logic Layer are designed in such a way that these...
View ArticleCapsLock detection
help me int his.., <script type="text/javascript"> function isCapslock(e) { e = (e) ? e : window.event; var charCode = false; if (e.which) { charCode = e.which; } else if (e.keyCode) { charCode...
View ArticleImage album category wise
i want to develop a facility for image album on my website 1 upload photo category wise 2 view photo category wise
View ArticleWhat is the web.config for the ?
I want to send email from my alihusain_77@yahoo.com account to sanabarq2000@gmail.com account. I want to know what I should write in the web.config to handle this using the VB.net coding
View ArticleMicrosoft Sync Framework for File (Client) and SQL Server Database (Server)...
I'm trying to implement the sync solution using Microsoft Sync Framework. The server will be SQL server database contains the documents in FileStream and client will be the File system (Windows OS).Do...
View ArticleHow to show the previous selected checked box in previous page in asp.net
I m making an online examination page on this page i created a gridview with paging when i go on next page thn aftr selecting options of answer of any question i m going on to another page. but when i...
View ArticleLive Streaming Broadcasting
Hi everyone, I want to build a website that using live stream broadcasting as E-Learning in which the teacher's webcam broadcasted to all students and students could asking the teacher and he/she...
View ArticleCan we make a application to update FB status?
I am kinda new to fb related programming but am really keen to learn. I was wondering that how to make a application to update Status on FACEBOOK. I want it like it says, "updated by postcorn" or...
View ArticleFile Upload Component...?
Hi, I have a website and I want to include a file upload feature there to upload video and images.. Which file upload component you recommend to have something similar to the file upload in facebook...
View Articleadvertising platform...?
Hi, I have a website and I would like to allow users to advertise on it but I want to have ads reports as well, something like Adsense but I will be the one managing the ads.. do you recommand any...
View ArticleSlider control in SSRS
How I cam embed the Slider control with SSRS for gague Chart. My Question is how i can pass parameter to SSRS gague chart through slider control
View Articleregistration form
can u give me one registration form include only -first name -middle name -last name -gender -date of birth -address -country -state -city plz give me program for all above include and make with zip file
View Articlei hv registerd in free web hostin website and i create an empty website...
and i hv developed my website in my local system using c# and asp.net i want to upload that site to on registred website on free web hosting site...
View ArticleSlideShow Control
Is there any javascript slideshow control where i can bind it dynamically from database?
View ArticleUmbarco or Joomla?
Hi, I am looking for a good CMS to use with ASP.NET project.. Do you recommand Umbarco or Joomla or ....? Technology News @ www.JassimRahma.com
View ArticleHow to populate WoW Slider from database
Hi, I have the following code for WoW Slider to populate images in a slide show. I want to know how to make this dynamic and populate it at runtime from database? <%@ Control Language="C#"...
View Articlelive update
Hi Guys , Whats the best way to implement a live update on an aspx page.Like commentary/score update of a live cricket match ?.Any good thoughts ? Please share With Warm regards
View Article