13,153 Topics
![]() | |
Hiii everyone Could anyone please help me.... I am working in an ASP .Net project. In which I would like to integrate EIDA toolkit for getting the personal details of a person such as Name,Date of Birth,Gender,etc. by entering his EID(Emirates ID). I am using dot net framework version 4.0. … | |
hi there im currently do some simple webpage that can submit the data save into database into MYSQL Workbench. But currently i have an error for insert into table. The error is --------------------------- App_Web_kclqmsmh --------------------------- You have an error in your SQL syntax; check the manual that corresponds to your … | |
I'm a beginner in MVC application development. I'm just trying to make a MVC application getting help from internet. That was a simple example and working properly. The article is said the database is in app_data folder. But actually there is no any database in that folder. Then I just … | |
Hi to all! I'm using windows 8 in my sysytem. And want to create a website, but it needs php,asp or asp.net programming. I have installed IIS . For php i'd downloaded the .zip file from microsoft.com but it's not working correctly. Shall i setup these three things IIS directly … ![]() | |
Hi, I need to save the inserted password on MSSQL as md5 encrypted one. Basicaly when the user inserts the password on the textbox, it must be encrypted before storing it on the MSSQL Database. How can I do that? This was made from DreamWeaver CS6. Thank you the code: … | |
hey there nice people, i am making a hospital management system online (using asp.net, C#, sqlserver), now here is the main thing, i want to make website's own video chat (between patient and doc). i am wondering if it's possible with asp.net (i'll be using visual studio). If it's possible, … | |
Hi, i would love to put the tag <span></span> inside my link, this is my link : @Html.RouteLink(menu.MenuName, "MagazineRoute", new { controller = "Magazine", menuid = menu.MenuId, menuname = menu.MenuName }) and this is how it should be : <a href='#'><span>Link text</span></a> I have to put the span tag inside … | |
So here is the thing its been days since im trying to solve this, i'm debuggin a project from the company i work, its a web system, and here is the thing i have a javascript file which im going to call 'docart.js' and a core file which i will … | |
Hello, I need to transliterate the names of employees that are fetched from my database and write the transliterated values back into the database... For this I need to run a javascript code in a loop for as many no of records as in the database.... The code I am … ![]() | |
I have to insert a image file into sqlserver 2005 in asp.net with c sharp. please provide me with the detailed code | |
i am told t use old traditional way of SQL in MVC so created login register page but now problem is that i can't return data to VIEW from dataset. Model public ConnectionStatus Login_db(String email, String pwd, String conStr) { String hashedpwd_login = FormsAuthentication.HashPasswordForStoringInConfigFile(pwd, "SHA1"); using (SqlConnection sqlCon = new … | |
Does anybody know that how to create WCF using FluorineFx? | |
Hi, i created a Menu controller and inside my views folder i create a page Menu.cshtml with the list of my menus and submenus, now, i would love to show this page in my _Layout.cshtml, this is the code : @model IEnumerable<Menu3.Models.Menu> <!-- If the Model isn't null --> @if … | |
i have an asp.net web page i want to print the gridview contents twice 1- first time i need print all the Div contents without Print.Windows appear 2- then in the same Onclick confirm that the user click YES on the Print Buttomn 3- After i want to print the … | |
Hi Guys I have an asp.net application developped using C# asp.net 4.0 , It is running perfectly with .net inbuilt server , but it throws an exception when running on IIS server 5.1 (Win XP sp-3) There i have a connection string encryption method , that is the place it … | |
I am new to ASP.Net and am building an MVC project in VS2013 I have the following actionResult public ActionResult Index() { LaundryUsers db = new LaundryUsers(); var users = db.Laundries.Where(u => u.UserId == WebSecurity.CurrentUserId); if (users == null) { return HttpNotFound(); } return View(users); } The result always throws … | |
Hi. problem in where insert data into table. Using vwd 2012 and Mssql 2012. Insert command is working fine in first record. If add another record, it shows "Procedure or Function has too many argument" I have tried may way, I could not solve. Pls help me. Below is my … | |
i can view anybody record and then can edit it if i click edit button below record, after clicking it takes you to another page whihc shows textboxes and dropdown, checkboxes to edit and all textboxes contains values for that EmpID but problem is that i want pre selected value … | |
Hi Guys I have a asp.net application(4.0) , done on VS 2010 Ultimate,i want to launch it on the IIS Server on Windows XP(ver 5.1), when i am trying to create the Virtual Directory I am Getting this error, but directory is created , but i can't access the application … | |
Hi I am currently creating an appointment system for a hair salon. At the minute clients are able to book an appointment by selecting the neccessary options from drop down lists. However I would like it to be an interactive calendar so clients can see available time slots for a … | |
Greetings people. I'm not new to this place. I've been visiting the forums frequently and have learned a lot of things just by observing the solutions of different people's problems. This is such a wonderful place to be. I thank the creators, staff members and the people who have been … | |
Hi so it seems my grid doesnt create the controls inside it, i got the one to create the controls with the HtmlEditFormCreated event, but now my second grid that is inside that grid doenst want to create the controls. this is the code i use to get the gridview, … | |
Hi Guys, Is it possible to call the C# function from Javasript...... Sushil Kumar :rolleyes: | |
hoA SELECTED LIST IN GRID VIEW HOW TO VIEW IN ANOTHER GRID VIEW ? | |
How can i make a list of value window in asp.net 2.0 with c# and how i get value from GridView of Child Page to a server control [TextBox] in a Parent window. | |
i would like to know which is better to program with asp.net or mvc? what are the differences between the two? | |
Hi All, How can we enable HTML code compression in .Net? Is there anything we need to do in web.config or external tool is needed? Thanks! | |
I HAVE A SCANERI THAT THER IS DEFAULT ADMIN IN TABLE AND THIS ADMIN ADD FURHTER SUPERVIOSR,MANAGERS AND SENIOR MANAGERS THEN WHEN ADMIN FIRST TIME LOGIN AND CREATE ACCOUNTS OF SUPERVISOR,MANAGER,DIRECTOR AND HERE IS THE TABLE UserID UserName Password UserTypeID DepID FullName CreateDate DocID Email PhoneNumber DesigID 51 Noreen Fatima … |
The End.