Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for sakhi kul

Hi all, I am trying for facebook app. I have done it but my next problem is to integrate it into our website. so my basic need to login into facebook without login with facebook login. I want to store username and password in file and pass that for facebook …

0
61
Member Avatar for sakhi kul

hi all, I am creating my own project template, now I want user should face my own wizard to choose filename etc. I want to ask user about database that he want to connect in project so i want to put my own wizard. is it possible..? plz help me?

Member Avatar for kvprajapati
0
83
Member Avatar for sakhi kul

hi all, I am using TOSHIBA satelite 200 and I have windows XP. few days ago my fully charged battery discharged in 5-10 mins. now when I started my laptop beep sound comes continuasly, then after some time the XP logo appear and then the screen look like "raining" . …

Member Avatar for Master Rattley
0
87
Member Avatar for sakhi kul

hello everybody, I need a code to export data from Ms-access database to Ms-Excel sheet using VB.NET Thank you in advance:)

Member Avatar for hungk53c
0
171
Member Avatar for sakhi kul

Hi , I am trying to authonticate user (e-directroy) in c# but got an exception plz help

0
43
Member Avatar for melton16

I have a project that queries a set of times from a database and uses these entries to populate a dropdownlist. Once the page is loaded, the user can select one of the items in the DropDownList. When the "Save" button is clicked, the Selected item value is returned to …

Member Avatar for melton16
0
251
Member Avatar for sakhi kul

Hi , can anybody tell me any valid link to download Ldap libraries for c# I am trying many links but It takes much time to respond and error occured as session timed out.

Member Avatar for Lusiphur
0
74
Member Avatar for sakhi kul

hi to all, I written a web method ListTask() which returns array ob object of class TaskList which give me result in xml form I want to bind that result to table in asp.net 3.5 aspx page by calling that webMethod in jQuery ajax call. I have tried many ways …

Member Avatar for sakhi kul
0
128
Member Avatar for sakhi kul

hi , I want to ajaxify my asp.net pages by using jQuery. I have downloaded ajaxify.js files and jQuey files also. but how to select contentplaceholder using jQuery? help me out!:(

Member Avatar for nil
0
67
Member Avatar for sakhi kul

hi to all, I want to ask about GUID. what is the main use of GUID in our database. I have seen that many developers uses GUID in user table(contains username and password) and they update GUID of that user each time when user login. In asp.net I have created …

Member Avatar for sknake
0
98
Member Avatar for ankita1

We have created an MVC web application in asp.net 3.5, it runs absolutely fine locally but when we deploy it on godaddy hosting server (shared hosting), it shows an error which is related to trust level problem. We contacted godaddy support and they say, that we only support medium trust …

Member Avatar for dnanetwork
0
388
Member Avatar for sakhi kul

Hi, how to import/include Spatial Data format (Geometry and Geography) in Sql Server 2008 ?

Member Avatar for sakhi kul
0
161
Member Avatar for sakhi kul

Hi , I want to create user defined data types in MS SQL 2008, So when I start MS SQL Server Management Studio -> Database here 'Adventure Work' is not appearing. ( I am referring this -http://www.mssqltips.com/tip.asp?tip=1628) how to enable that?:?: or is their any another way to declare user …

Member Avatar for sakhi kul
0
79
Member Avatar for Tariq269

sir i want to get first 10 links of google search page by c# how can i copy top 10 URL of google search in text file using c#

Member Avatar for sakhi kul
0
86
Member Avatar for sakhi kul

Hi, I am trying to validate a simple form using jQuery. So,I created database company and in that my table manager. here I am trying to add manager record. the code is here- AddManager.aspx file [code] <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Formvalidation.Models.manager>" %> <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> AddManager </asp:Content> <asp:Content …

0
82
Member Avatar for sakhi kul

hi to all, I am trying to use MVC. I am using simple Login view. I just want to implement login form for my users. firstly I created database User and in that table 'login' with fields id, name, pass. I add values inn that. I create controller Search==> [code] …

Member Avatar for kvprajapati
0
323
Member Avatar for bharanidharanit

Hello, I used the below coding to store an image into the database. [CODE]lblImagePath.Text = ImageUpload.PostedFile.FileName ImageUpload.PostedFile.SaveAs(lblImagePath.Text) Dim mbytes() As Byte = System.IO.File.ReadAllBytes(lblImagePath.Text) Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\database\db.mdb;Persist Security Info=False") Dim cmd As New OleDbCommand("insert into ImageTable values (@Image)", cn) cmd.Parameters.Add("@Image", OleDbType.Binary, mbytes.Length).Value = mbytes cn.Open() cmd.ExecuteNonQuery() Response.Write("Image load …

Member Avatar for sakhi kul
0
100
Member Avatar for lancyb

Hi, I am working on asp.net web application (VB) where the user uploads his images in the web server and then he can retrieve those images by using gridview with paging. Everytime as the user uploads new images, the code should create new folder. For e.g: UserName FolderName Images A …

Member Avatar for sakhi kul
0
93
Member Avatar for sakhi kul

hi to all, I want to develop site like GIS system(geographical information system), how to crate it using c#??? plz help!!!

Member Avatar for kvprajapati
0
78
Member Avatar for sakhi kul

hi to all, I cant start my pc when i was working on it, suddenly my CPU were drop down and hanged. after I am trying to restart it or start it but it cant started yet n giving only msg that press F1 to re-boot, press F5 to start …

Member Avatar for Bob_180_Bob
0
106
Member Avatar for sakhi kul

hi to all, anybody know MVC mens what and how to use it in asp.net..?

Member Avatar for Ramesh S
-1
97
Member Avatar for sakhi kul

Hi to all, I have table student in which I inserting first name,middle name, last name in 3 different columns. but when i want to show it in gridview I want to join three columns into only one heading "Name". Is it possible...? or any other way to show it..?

Member Avatar for Kusno
0
108
Member Avatar for sakhi kul

Hi to all, I want to show image in gridview, So generic handler is needed, but when I am adding it using add New Item dialog, It doesn't show generic handler . If I create my own using simple page it gives me error. I am using Visual Web Developer …

Member Avatar for Sals
0
58
Member Avatar for sakhi kul

Hi to all, I am using dataset to retrieve value from dataset but I can't do it, control automatically goes to next sentence without retrieving any value.. [code] Dim scd As Integer = ds.Tables("collage_detail").Rows(x)("sc") Dim cd As Integer = ds.Tables("collage_detail").Rows(x)("c_id") [/code] collage_detail is my table name .

Member Avatar for Ramesh S
0
60
Member Avatar for sakhi kul

Hi to all, I am developing asp.net website using VB. In my website user registerd to access facilities but I want to give that authority for 1 month only. after 1 month user has to renew his account. I am inserting date when he registerd in our site. But the …

Member Avatar for sanjaycedti
0
183
Member Avatar for sakhi kul

Hi to all, I want to execute same query atleast 5 times with different options. so I execute datareader in while loop. let considetr opt1 is my variable name passing to command. when while loop in second iteration then it gives me error that "The variable name '@opt1' has already …

Member Avatar for sknake
0
59
Member Avatar for sakhi kul

hi to all I am developing website in ASP.NET 2.0 using VB. I want to use AJAX controls in my website so I download AJAX control tool kit from official AJAX site but I don't know how to use it. Plz explain...

Member Avatar for nverma
0
100
Member Avatar for sakhi kul

Hi to all , I am developing website in asp.net2.0 using VB. I wrote sored procedure, [code] ALTER PROCEDURE SELECTSC ( @cid INT ) AS BEGIN SELECT sc FROM collage_detail WHERE c_id=@cid END /* SET NOCOUNT ON */ RETURN [/code] and in vb I wrote on button click, [code=VB] cmd.CommandType …

Member Avatar for sakhi kul
0
81