13,153 Topics

Member Avatar for
Member Avatar for korathualex
Member Avatar for pritaeas
0
81
Member Avatar for bansarisavaliya

Hello, any one can help me " i want that When i press ENTER key control focus on next tab in asp.net

Member Avatar for JorgeM
0
3K
Member Avatar for korathualex

How to Get Difference between frommonth with fromyear compared to tomonth with toyear.... For instance one has work experience with frommonth March and fromyear 2006 and tomonth June and fromyear 2007 duration should be 1 year and 3 months...Also there would be multiple work experience with various durations as mentioned... …

Member Avatar for cxzei
0
139
Member Avatar for kamilacbe

Hi , I have a website which has an option to play video which can be selected from a list , so my question is where can i find a video player which supports all file format and player with sharing embed code. done a flash player bt then looking …

Member Avatar for pritaeas
0
134
Member Avatar for sanket2013

hi friends, i want the functionality like to bind images to dropdown which has been shown in below url. http://hotels.jetairways.com/templates/376171?lang=EN&currency=INR In above url, when u click on INR Rp, which displays all currency with their images, the same functionality i want. plz helped me out.

Member Avatar for JorgeM
0
42
Member Avatar for bayyaa

## On Form_load three labels are inserted dynamically to the TableLayoutPanel.On clicking the first label, two labels popup as submenus. Now my isuue is, on clicking the second label, its submenu labels are appearing under the first label instead of second label. Where might be the problem?## Public Class Form1 …

Member Avatar for bayyaa
0
354
Member Avatar for skliz

I am trying to develop a VIOP web application. Please does any body no how to do this in asp.net

Member Avatar for skliz
0
203
Member Avatar for GTTravis

Hi guys, I am attempting to build a asp.net page that will allow users to upload multiple photos, view them in a gallery and remove them if necessary. Details Photo Upload Part >> Users will be able to select multiple images of varying types (png, gif,jpg) from any location on …

Member Avatar for pritaeas
0
138
Member Avatar for kumar89hitesh

Hi, how to create sub menus of menu in asp.net language? suppose if i click on language menu then he will show me the list of all languages like hindi, enlgish, jerman, spanish etc as a sub menu of language menu.

Member Avatar for JorgeM
-1
92
Member Avatar for maryam_89

Basically, I am wanting to get the last userID which is submitted when the user enters their details and clicks the submit button. I have searched the internet and have made changes but still don't understand where i'm going wrong. I used the MAX statement to show the last user …

Member Avatar for JorgeM
0
238
Member Avatar for RT00220489

Hi, I seek your help as m stuck with an issue. I am uploading a css style file in a folder and need to provide the link to that css file in my aspx page. That is simple, but the twist is, the file name can be anything. That file …

Member Avatar for JorgeM
0
203
Member Avatar for coder91

So having an error when I select my button in the gridview. Was told to use the gridview row command which I have, keep getting an error about the App_Data subdirectory. protected void gvUnlock_RowCommand(object sender, GridViewCommandEventArgs e) { String userName = e.CommandArgument.ToString(); MembershipUser usr = Membership.GetUser("userName"); if ((usr != null) …

Member Avatar for coder91
0
261
Member Avatar for Master Mascus

can anyone tel me why the dropdownlist does not execute on textchanged ? <%@ Page Language="VB" AutoEventWireup="true" CodeFile="index.aspx.vb" Inherits="Index" %> <%@ Register TagPrefix="Ridwan" TagName="TabControl" Src="~/Assignment/Controls/TabControl.ascx" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>JJ Shop | Home</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" …

Member Avatar for LastMitch
0
201
Member Avatar for HunainHafeez

need an insert query for my code , i wrote code to add table rows having textboxes, dynamically, e.g yoh have only passed HSSC exam then you have to fill 2 levels of education SSC, HSSC......or say you have passed Phd , then SSC,HSSC,BS, MS, Phd, you have to fill …

Member Avatar for LastMitch
0
290
Member Avatar for skliz

During my study on web apli. I learnt that it enables you to create web services that would use HTTP protocol. My question is web api could it be a called the replacement for soap web services. what is the comparative advantage of using webapi over soap services

Member Avatar for skliz
0
140
Member Avatar for korathualex

set focus to textbox on blur validation...I am doing character strength validation on the blur event of textbox..How to set focus to it...

Member Avatar for BMXDad
0
146
Member Avatar for gs1344

Everyone has been helpful during this learning process, Thanks! I am not even sure this is doable or even how to start the code! Can anyone please point me in the right direction. I have searched everything I can on this but nothing seems to fit what I want to …

Member Avatar for LastMitch
0
197
Member Avatar for sukhanya

I am new to asp.net. I have many pop up pages to be designed. But I feel the pop up pages used using ModalPopUpExtender does not have a rich UI. Can anybody help me out with an alternate for using the ModalPopUpExtender? Because I need rich UI. Many thanks in …

Member Avatar for BhuvanRam
0
77
Member Avatar for gaasha

I'm new to MVC4 programming. I want to populate a **DropDownList** from a table's field but don't know how to, although I searched for relevant material from Internet but couldn't get some workable info. There are 2 tables **Software** and **Category** (showing the type of S/w e.g. Anti-Virus or Graphics …

Member Avatar for LastMitch
0
312
Member Avatar for TIM_M_91

Ok so I have created my own register and login which is connected to my sql database, however what I now wish to do is create memberships for the users so they can access their account pages. So is this possible without using the Login template? If it is possible …

Member Avatar for LastMitch
0
64
Member Avatar for tinstaafl

Here's a simple wrapper for printing text. Built as a class library, this can be used in any .net application. This has automatic word wrapping. I figured that using the new constructor to accept different parameters would easily allow for printing different documents with different settings. I included Name, Font, …

1
580
Member Avatar for anisha.silva

Hi I have a scenario that i need to implement. the scenario is below. I have a class handler and a class Healthmonitor. every 10 seconds i have to send a msg to HealthMonitor to update a variable. in one point if it didnt send a msg in a multiple …

Member Avatar for tinstaafl
0
257
Member Avatar for anisha.silva

Hi, I am getting a xml object from as a web response for getting data from a web page the content is as : " <bookshare>\n <version>4.1.1</version>\n <messages/>\n <book>\n <metadata>\n <author>David Flanagan</author>\n <available-to-download>0</available-to-download>\n <bookshare-id>21385</bookshare-id>\n <brief-synopsis>The 1.4 release of Java 2 Standard edition brings a load of new features - and …

Member Avatar for anisha.silva
0
333
Member Avatar for jackmaverick1

When connecting to a database, is it best to use one SqlConnection object for the entire server, or use one for each connection? I couldn't find a good answer in Google, but maybe my Google-fu isn't good enough.

Member Avatar for deceptikon
0
80
Member Avatar for skliz

I have created a simple ajax mvc code snippet. The owl idea is to post message from a textarea box to the controller through ajax and update and element on the page with result of the ajax request. But unfortunately the update part of the code is not working. Problem …

Member Avatar for skliz
0
169
Member Avatar for Sahil89

Hi, I am working on a web project and using Details View to insert new records. The problem is when I click cancel and then try to refresh page it shows dialog box saying >To display this page, Firefox must send information that will repeat any action (such as a …

Member Avatar for LastMitch
0
677
Member Avatar for korathualex

Remove the last word while using left in sql query...I weant to avoid broken words while doing so... My query as follows: select top 2 tempJobTitle.id,tempJobTitle.JobRefId,tempJobTitle.JobTitle,LEFT (jobmaster.JobDescription2, 330)+'....' as JobDescription,jobmaster.PostedDate from tempJobTitle inner join jobmaster on jobmaster.JobRefId=tempJobTitle.JobRefId where tempJobTitle.Status='Approved' and jobmaster.ClosingDate >= '2013-03-01' order by tempJobTitle.DateofEntry desc

Member Avatar for adam_k
0
2K
Member Avatar for DyO1

Hello everyone, I'm making programs from quite a while now, and they don't work on most computers, people keep asking me: What are the system requements for this and that program? My answer is: I don't know ! Basically **I need a program that tells me what .NET Framework version …

Member Avatar for HctiMitcH
0
278
Member Avatar for robnederland

Good morning DaniWeb community, I've been coding a while in Classic ASP with MS SQL, but now it's neccesary for me to take the plunge into ASP.NET, C# in particular. I have a lot of data in SQL, and I would like to know where to start, I know how …

Member Avatar for robnederland
0
111
Member Avatar for jdaniel13

Dim selectedProducts = GridView1.Rows.Cast(Of GridViewRow)().Where(Function(row) DirectCast(row.FindControl("SelectedProducts"), CheckBox).Checked).[Select](Function(row) GridView1.DataKeys(row.RowIndex).Value.ToString()).ToList() it tell that is a negative number can u check that please

Member Avatar for LastMitch
0
70

The End.