12,085 Topics

Member Avatar for
Member Avatar for jaejoong

<a id="test" runat="server" href="~/Test.aspx?strRole=Request.QueryString["Role"],strFullName=Request.QueryString["Fullname"]"> how can I do this?

Member Avatar for zid8ne
0
80
Member Avatar for M.Waqas Aslam

Hello ! hope all of you are fine , i want to know how can i add fb api to my website , i find lots of code on different websites to grab profile picture of any given account , but i haven't find anything regarding adding api link to …

Member Avatar for geniusvishal
0
96
Member Avatar for krunal1986

Hi all, i have req. like if i open my website in diff. countries then it should show that country date time. ex. if i open my website in USA then it should show USA date time, if open in Australia then it should show Australia date time and so …

Member Avatar for geniusvishal
0
101
Member Avatar for raajsj

Hi all, i am developing web application, so if users want to use this application,first they should be register their details,at the time i have to send Userid and password to their Email address.now i'm have a code but it is not working,i got one error from this code. **the …

Member Avatar for raajsj
0
247
Member Avatar for skliz

Please can any body show me examples on how to enter values into the Date and Time column

Member Avatar for annaharris
0
212
Member Avatar for christopher.baker.969952

I'm trying to create a site security strategy that will allow authenticated AD users hit a site, without a login page, and deny access to users who are not authenticated. I have developed a proof-of-concept site based on http://www.christowles.com/2011/04/aspnet-forms-based-authentication-with.html but all I can make it do is authenticate against an …

Member Avatar for annaharris
0
208
Member Avatar for rms095

Hello Everyone, Page Structure Page -> Place Holder -> web User control -> Dropdownlists This is my Page Elements. There is click event to generate new webUserControl and place it onto PlaceHolder. Now my Problem is that I have three Dropdownlist inside webUserControl and all values of dropdownlist populates from …

Member Avatar for annaharris
0
347
Member Avatar for kumar89hitesh

I want to put search box in my website that put a keyword in search box and give us feedback according to the keyword. does it connect with the database? please give me a suitable example.

Member Avatar for BMXDad
0
155
Member Avatar for kumar89hitesh

I am making a user account. i want that by default the name and password should be written in the boxes and when user put their name and password in it then it should be unvisible like the facebook. how can i do that? please give me a suitable example.

Member Avatar for JorgeM
0
117
Member Avatar for kumar89hitesh

Hi, I am making a content writing website and i want to give facility to user that make his own account on the my website means register itself and then login in his account. how can i do it? if posible then please give a suitable example also with explanation …

Member Avatar for JorgeM
0
156
Member Avatar for khair.ullah

Hi every one ! i am try to Bind Dropdownlist from Gridview .... what i am trying to do i fill my GridView from dataBase .. when i select a Row From Grid it Fill TextBoxes But show error in *"'cmbNature' has a SelectedValue which is invalid because it does …

Member Avatar for |-|x
0
117
Member Avatar for maxpaine69

Hi all, So i was doing globalization with resources, what happened, i tried basica country identification: pt - portugal; pl - poland; es - spain; and so on so on, what happen didnt work and a very big crash, after I put portugal file as language.pt-PT.esrx, and that one worked, …

Member Avatar for maxpaine69
0
201
Member Avatar for riteshsingh_22

I'm new to session management so can anyone tell me ,How to store multiple values selected from gridview into session. and retrieving that values stored in session in another page.. any suggestions r appreciated..pls help..

Member Avatar for annaharris
0
322
Member Avatar for NyQii

Hey Guys! ive been stuggling with this for a while I Have a Datagrid and a few comboboxes the one combobox should populate the Grid when an Item is selected I debugged my code , and it seemd that all the correct data is being pulled through but i keep …

Member Avatar for annaharris
0
159
Member Avatar for Black_Lion

protected void Button1_Click(object sender, EventArgs e) { ClearTextBoxes(this); } public void ClearTextBoxes(Control control) { foreach (Control c in control.Controls) { if (c is TextBox) { ((TextBox)c).Text = " "; } } Hi all. I am writing a program using Microsoft Visual Web Developer. I have 3 textboxes (TextBox1, TextBox2 and …

Member Avatar for annaharris
0
188
Member Avatar for coder91

I have a page that allows you to insert a new item or update an existing item. I am using a formview for it, I have custom validation in place for the insert to check that the item number isn't already stored in the database, if it is a panel …

Member Avatar for annaharris
0
238
Member Avatar for coder91

I have a gridview that stores information about items - a number and a name, I have a custom validator set agains t to check the number doesn't already exist in the database to prevent duplication. protected void CustomValTBCodeServerValidate(object source, ServerValidateEventArgs args) { TextBox newCode = (TextBox)fvCode.FindControl("TbCode"); String XCode = …

Member Avatar for annaharris
0
137
Member Avatar for kelvnese

:) hi everybody, im newer in asp.net. today, im trying to bind my data to the Nivo Slider by the Data List. The code is like this: [CODE]<div class="slideshow"> <div id="slider" class="nivoSlider"> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="SELECT * FROM [SLIDEIMAGE]"></asp:SqlDataSource> <asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1"> <ItemStyle /> <ItemTemplate> <img …

Member Avatar for shanky007
0
227
Member Avatar for maxpaine69

Hi all, My problem is this, i want to do the globalization inside the master page, but not having luck, it works fine in the page but not in the master page.

Member Avatar for LastMitch
0
110
Member Avatar for maxpaine69

HI all, I have an page apaearing inside a control, but i needed it to acesso an label in the master page. This page is not related to the master page because it it was the master page would open with it. My questions: its there a way to acess …

Member Avatar for maxpaine69
0
128
Member Avatar for kumar89hitesh

how to postion tags fix like <p>,<div>. that could not move when i add some contents at same web page.

Member Avatar for annaharris
0
159
Member Avatar for kumar89hitesh

how to positon contents in the asp.net? I have a problem to position contents of web page. i have many div at one page when i positon one div then another div move to another place and i have to position div again and again when i add some content …

Member Avatar for annaharris
0
171
Member Avatar for farheen

Can anyone be kind enough to explain the difference between asp & asp.net? I am only conversant with PHP, but am very interested in these two.

Member Avatar for annaharris
0
1K
Member Avatar for NyQii

Hey there Im buzy with a asp.net c# application and using sql server as my database and using stored procedures i have a gridview with a page name and a column with checkboxes witch will aloow the user to access that specific page. My question is , is that after …

Member Avatar for annaharris
0
2K
Member Avatar for bansarisavaliya

Anyone can help me " I want when txt file data upload that time progress bar display with Processing nth of n records … in asp.net "

Member Avatar for LastMitch
0
144
Member Avatar for chrispitt
Member Avatar for RT00220489

Hi, My question goes as follows : I need to replace an existing image, with another one, but without using jquery ie using javascript and using the id of the image as it is <asp:Image> tag and hence does not support name. The image supports the functionality of toggling the …

Member Avatar for RT00220489
0
3K
Member Avatar for yibrahim
Member Avatar for pratham3090

There is checkboxlit which is bind with database, having option ALL, FirstName, LastName. when i select All option FistName and LastName shoud be disable and when i unselect ALL option FirstName and LastName should enable. also vice versa (when i select FisrtName option then All Option should be disable in …

Member Avatar for JorgeM
0
73
Member Avatar for de Source

i want to upload the attendance of students i am able to upload a xlsx file and transfer its data to tbl_temp now i have two tables tbl_s_attendance EP_Number Attendance course_id class_id 105078 105076 105075 105077 105079 tbl_Temp EP_Number Attendance 105075 P 105076 P 105077 P 105078 A 105079 A …

Member Avatar for annaharris
0
173

The End.