13,153 Topics

Member Avatar for
Member Avatar for RekaRajagopal

hi i am using visual studio 2008. and sql server 2005. now my doubt is how to connect the mdf in asp.net application with C#.??? am using design in web form in asp.net applicaton with C# can any body ask ??/ how to connect the database and how to connect …

Member Avatar for BMXDad
0
970
Member Avatar for soft_coder

Hi, I am using the following method for removing HttpRuntime Cache: HttpRuntime.Cache.Remove("Key"); But some times this code is not working. Any kind of help will be appreciated.

Member Avatar for davidkroj
0
194
Member Avatar for snybhandari

" {company.entryDate} In Date(" + string.Format("yyyy,mm,dd", txtStart.Text) + ") To Date(" + string.Format("yyyy,mm,dd", txtEnd.Text) + ")"; this is ASP.NET C# coding for generating report between two dates. this is giving me this error : "The ) is missing" pls help..

Member Avatar for snybhandari
0
149
Member Avatar for maxpaine69

HI all, anybody know ho to put globalization inside a menu that is created from a DB. Can anybody tell me how i tranform a string to code? best regards

Member Avatar for maxpaine69
0
101
Member Avatar for sagngh8

Is it possible to create directory with permission(domain users the IIS user account)while deploying the asp.net mvc application.I need to be able to create directory for image upload with appropriate permissions(only domain users should be able to modify it) while deploying the web applications. Is this possible? Thanks, S.

Member Avatar for LastMitch
0
345
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 Anine

I need a voice of experience. I am working on a project for school. My project is a small B&M store. I am coding in VB .net I have an Access database with 3 tables - Inventory, SoldInventory and Sales. I need to create a simple POS. I would like …

Member Avatar for carlbutler7
0
2K
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 game4tress

I'm trying to place a texture in a 3d object, using Visual Basic and WPF, but I'm not being able to do it. If instead of an image I render a blue square, by replacing the line mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, df)) for mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, New DiffuseMaterial(Brushes.Blue))) then I get a blue …

Member Avatar for Begginnerdev
0
617
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 Diaphanosoma

Hello, I would like to scrape http://www.cpso.on.ca/publicregister/default.aspx?id=2048. by city. Specifically I have list of city names I would enter on the "form", hit submit and then collect/ parse all the results (across all pages), and then repeat for each city. I have never had to do a "post" before and …

Member Avatar for Diaphanosoma
0
121
Member Avatar for Aishu Karthik

I have a gridview with information like Period, FromTime and ToTime. In each row, I have an Edit(linkbutton). On clicking Edit, I open a popup window. The popup has 2 dropdowns - FromTime and ToTime, 1 button. When I click the button, the times get added to the grid. I …

Member Avatar for Reverend Jim
0
147
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
210
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
161
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
241
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 GhostWolf

I've created my first WPF form, and the ImageBrush XAML is giving me trouble. The XAML I have is: <Grid.BackGround> <ImageBrush ImageSource="ImageFile.png" TileMode="Tile" /> </Grid.Background> It displays the correct image - but it's stretched instead of tiled! The image is 127x127; the window is 660x808; a single instance of the …

Member Avatar for GhostWolf
0
189
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
129

The End.