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

43 Posted Topics

Member Avatar for debasisdas
Member Avatar for sillyboy
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
63
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
85
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
104
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
181
Member Avatar for sakhi kul

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

0
46
Member Avatar for melton16

hi melton16, you need to write your selectlist again in public ActionResult EventTime(EventTimeEntry entry) { } Lets see an example I want to add user [code] public ActionResult UserRegistration() { ViewData["txtUserCity"] = new SelectList(_db.City.ToList(), "CityName", "CityName"); ViewData["txtUserState"] = new SelectList(_db.State.ToList(), "StateName", "StateName"); return View(); } //User Registration After form submission …

Member Avatar for melton16
0
260
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
79
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
132
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
72
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
115
Member Avatar for ankita1
Member Avatar for sakhi kul
Member Avatar for sakhi kul
0
167
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
85
Member Avatar for Tariq269

hey, It is possible using jQuery- write in <script> tag [code] a[href^=http:\\] [/code] it will gives you all links from that page. It is just a regular expression.' ^' means starting of any link from http:\\. you can also access any type of link like PDF files etc. [code] a[href$=.pdf] …

Member Avatar for sakhi kul
0
89
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
85
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
346
Member Avatar for bharanidharanit

if your image size is larger or you want to display more images then use generic handler, pass Image id to it.

Member Avatar for sakhi kul
0
104
Member Avatar for lancyb

I think you are giving wrong path, if you given extra '/' after your folder name, it will create another folder. So check it first..

Member Avatar for sakhi kul
0
97
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
80
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
126
Member Avatar for sakhi kul
Member Avatar for Ramesh S
-1
99
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
109
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
61
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
62
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
187
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
62
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
112
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
90
Member Avatar for sakhi kul

Hi to all, I format my laptop and installed VS2008 . after running my webpage it gives me error that "compiler executable file csc.exe not found" (It is for previously build website) and if I create new website and run then It gives error that vbc.exe not found" why this …

Member Avatar for sakhi kul
0
100
Member Avatar for sakhi kul

Hi To All, I want to show popup calender control in my website. How to do that? Plz help

Member Avatar for sakhi kul
0
122
Member Avatar for sakhi kul

Hi to All, I am accessing text box value and error is operator '-' cannot be applied to operands of type System.web.UI.WebControls.TextBox and int

Member Avatar for sknake
0
99
Member Avatar for sakhi kul

Hi to all, I am using custom validator for validate 10 digit mobile number starts with 9. I simply put custom validator in my form & I wrote "^9[0-9]{9}$" but if i put correct mobile number then only it gives me error message. can anybody tell me what is correct …

Member Avatar for sakhi kul
0
88
Member Avatar for sakhi kul

Hi All, I want to show user registration information which he fill up in registration form & he can edit it. So I use details view. but I want to hide some fields like user_id(Primary key) etc. & some fields that he can't edit. How can I manage it..?

Member Avatar for majestic0110
0
101
Member Avatar for sakhi kul

hi to All, I wanted to show alerts as per admin decide schedule & only that pages should be displayes which are comes under that schedule. how to manage this? how to check dates?

0
69
Member Avatar for sakhi kul

Hi to all, Hi I am developing entrance4u.com in which I want to generate exam number for each student. Let us take an example, It will like EFU001 . So for that I calculate total number of students, then I create String "EFU" , then I find out how many …

Member Avatar for serkan sendur
0
108
Member Avatar for sakhi kul

hello to all, I am using MS SQL 2005. I have 3 tables, COLLAGE, USER, STUDENT I am providing username & password to collage as well as students. I wanted to assign Foreign Key to 'username' in both tables College & Student. i have done, 1. right click on username …

Member Avatar for manoshailu
0
201
Member Avatar for sakhi kul

Hi, I want to upload file. but when I use<input type="file" runat="server"> & with one button. when I click on button then my page cannot be found. such type of error occured. means when I add that input type file tag that error occured.

Member Avatar for sakhi kul
0
119
Member Avatar for sakhi kul

hi to all, I want to give user facility to download files from my website. so, user first view it. I saved file path in data table, but I don't know how to change href value dynamically..? or any other solution exist?

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

hi to all, i want to create dynamic pdf file from database table , simply I wnat to implement "Download as PDF File" feature in my website. I don't know how to do this...! plz reply.

Member Avatar for dnanetwork
0
302
Member Avatar for sakhi kul

I installed Visual Studio 2008 but when I creates any database it gives me error that" SQL server don't allow remote connection" & if i uninstalled only SQL Server & it'r related packeges like VSS Writer, setup support files etc. & I agian installed fresh copy of SQL server then …

Member Avatar for sknake
0
50
Member Avatar for sakhi kul

Hello, I faced problem with contentplaceholder control. I installed visual studio 2008, when I use master page & in web form I included it, my system will hang & I need to restart it. & when I open same website, It will ask me for recovery of page. can anybody …

0
47

The End.