Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
70% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
0 Endorsements
Ranked #505
~77.1K People Reached
Favorite Tags

254 Posted Topics

Member Avatar for fawadkhalil

hi, may be your dropdownlist values are concatenating with previous values.check that once.did u assign appenddataitems to true for the droddownlist.i would like to see u r code to help u more.

Member Avatar for sup1991
0
1K
Member Avatar for SID.SIL

hi, You can use modal pop up extender from ajax.check this link [url]http://www.aspdotnetcodes.com/Ajax_ModalPopup_PostBack_GridView.aspx[/url]

Member Avatar for whitelion
0
1K
Member Avatar for greeny_1984

hi, i have a asp page in which iam using iframe to load a aspx page,but it is taking long time to load a page,so we r using div tag to load a page.is this possible to load a page using div.whats the javascript to load a page using div …

Member Avatar for goldentuna
0
15K
Member Avatar for vuyiswamb

the methodu u used is obselete in case of asp.net 2.0 ,u should javascript like this [code] ClientScript.RegisterStartupScript(this.GetType(), "msg", "<script> alert('Machine Details Added Successfully!'); </script>"); [/code]

Member Avatar for abhinavranjan19
0
173
Member Avatar for dudegio

hi, iam aslo having the same query.can u post the code u have vb.net and msacces. waiting for u r reply

Member Avatar for LiDmX
0
149
Member Avatar for dvlpr30062
Member Avatar for Rudner D. Diaz

it s very using java script write javascript for the button u want to print function printpage() { window.print(); } add attributes to the print button and call javascript using that

Member Avatar for AverageStudent
0
2K
Member Avatar for superhuman

wat exactly do u want,items from listbox in one page should be available in another page or items should be transfered to the same page.if u wantt to transfer items in the same page use add function for the next datalist

Member Avatar for pranava
0
457
Member Avatar for freshfitz

u can use this query select * from customers_table where cust_id='"+txtcustbox.texxt+"'

Member Avatar for pradeep_skiet
0
455
Member Avatar for greeny_1984

hi everyone , I have a gridview like this id name country 1 test testcountry 2 test1 testtere I have to print total pages containing page 1 -------- id---1 name--test country-- test more columns-trtrtytr page 2 -------- id---2 name--test1 country-- testtere more columns-trtrtytr in each page we have more columns …

0
84
Member Avatar for rksh

hi by using filename you will get full path.test like this [code] if (fileup1.HasFile) { Response.Write(fileup1.PostedFile.FileName); } [/code]

Member Avatar for Shilpakmthn
0
226
Member Avatar for pankaj.jainin

u can just retrieve the value from database and store it in a session and use it to get the location in file upload

Member Avatar for umair.sabri
0
122
Member Avatar for Shubhib
Member Avatar for kalyanapu

hi tuse, i have seen u r web link and downloaded u r project.I am getting error in web.config as "Child nodes not allowed."

Member Avatar for nirajs
0
263
Member Avatar for greeny_1984

Hi everyone, I have a requirement where I need to generate a pdf doc.I am using itextlibrary for that condition.I am able to generate pdf doc but alignment is not correct.The table is getting divided in to two equal parts in pdf doc for what ever width I specify.How to …

0
56
Member Avatar for bharatshivram

hi, why you want to restrict users to access database.you can achieve the same functionality using asp.net

Member Avatar for reach_yousuf
0
111
Member Avatar for ritika_khanna

hii, u can use "select" query with "where" condition to get data from the database.the condition should be train no,if u have table in oracle contianing trainno and routes of that specified train no as columns .u can display this data in the form of a datagrid,there are many controls …

Member Avatar for kvprajapati
0
106
Member Avatar for bharatshivram

hi, you can use a hyperlink to achieve your functionality [code] <asp:TemplateColumn HeaderText="Order"> <ItemTemplate> <asp:Hyperlink runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"OrderID")%>' NavigateUrl='<%# "page.aspx?Orderid=" + DataBinder.Eval(Container.DataItem,"Orderid") + "&ProductID=" + DataBinder.Eval(Container.DataItem,"ProductID")%>' ID="Hyperlink1" NAME="Hyperlink1"/> </ItemTemplate> </asp:TemplateColumn> [/code]

Member Avatar for REwati
0
142
Member Avatar for anish.anick
Member Avatar for greeny_1984

hii every one, i have an application containing data list. datalist contains radio button as item template.i want only one radio button to be checked ie when the user clicks on one checkbox the other checkboxes should be unchecked.i have used groupname ,but no use .can any one give the …

Member Avatar for tamannashah
0
195
Member Avatar for greeny_1984

hi, iam using the following javascript a page opener.location.reload( true ); but every time the page reloads iam a getting alert message. How can i reload a page with out a alert message

Member Avatar for ejazmohammed
0
9K
Member Avatar for greeny_1984

Hi everone, i have a table containing employees in and out dates of a project containing sat and sun.i want to remove sat and sun and display results.how to achieve this.

Member Avatar for timothybard
0
94
Member Avatar for rayben

if u can use datagrid in that application ,its a better choice for ur requirement.

Member Avatar for di.arie
0
74
Member Avatar for atplerry

Hi, Are you using URL mapping and if not you need to send the page name [code] http//:www.buygoods.com/buy.aspx?email='"+me.txtemail+"' and retrieve it as string str=request.QueryString["email"]; [/code]

Member Avatar for mail2saion
0
147
Member Avatar for lakshsind
Re: IIS

Hi, Did you debug the website or simply run the url in a browser.

Member Avatar for lakshsind
0
119
Member Avatar for omotoyosi

hi, These are the websites you can use to learn asp.net [url]http://www.asp.net/get-started/[/url] [url]www.w3schools.com[/url] [url]www.codeproject.com[/url] [url]www.4guysfromrolla.com[/url]

Member Avatar for greeny_1984
0
82
Member Avatar for WanxinG

Hi, If you are using file upload control then you can't upload files having size more than 4 mb.If you want to increase size limit make these changes in web.config file [code] <system.web> <httpRuntime maxRequestLength="22000"//depends on the size executionTimeout="300"//max time to excute this request></httpRuntime> </system.web> [/code]

Member Avatar for greeny_1984
0
119
Member Avatar for nilaxiranjan

Hi, Just write a update query containing the fields you want to update and run the query.

Member Avatar for greatdevelopers
0
107
Member Avatar for sonia sardana

hi, check this link [url]http://www.dotnet-friends.com/Articles/ASP/ARTinASPffb8509f-5dc4-4765-9c25-cb2087a5994d.aspx[/url]

Member Avatar for rmostafa
0
330
Member Avatar for dadahetal

Hi, Do you want to generate sql script for a database table in sql server 2005 ,then follow these steps 1.open microsoft sql sever 2005 2.open management studio express 3.go to your database 4.right click on the table you want to generate script 5. go to option "script table as" …

Member Avatar for greeny_1984
0
92
Member Avatar for da_tikboy

Hi, Where did you bind the dropdownlist it have binded the dropdownlist in page load you can use this javascript [code] window.opener.refresh(); [/code] or You can try like this in child page [code] ClientScript.RegisterStartupScript(this.GetType(), "msg", "alert(' Details Added Successfully!');window.close();window.opener.__doPostBack('ChildWindowPostBack', '');", true);[/code] in parent page: [code] this.ClientScript.GetPostBackEventReference(this, string.Empty); if (this.IsPostBack) { …

Member Avatar for greeny_1984
0
206
Member Avatar for nikolas8

Hi, If your problem is solved mark this thread as solved so that fellow posters can concentrate on other posts.

Member Avatar for greeny_1984
0
649
Member Avatar for lefrancisco1

Hi, In the button click event update the database with the testbox values and assign the datatable to the gridview.

Member Avatar for greeny_1984
0
95
Member Avatar for chris5126

Hi, The previous poster suggested to place the code he gave in to gridview not outside it.

Member Avatar for mail2saion
0
190
Member Avatar for ohgosh

hi, check this code [code] <asp:DropDownList ID="ddlist" runat="server" ></asp:DropDownList> protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { binddropdown(); } } public void binddropdown() { SqlConnection conn = new SqlConnection("Data Source='localhost';Initial Catalog='Northwind';Integrated Security=SSPI;Persist Security Info=False "); SqlDataAdapter da = new SqlDataAdapter("", conn); da.SelectCommand = new SqlCommand("select CategoryName,CategoryID from Categories", …

Member Avatar for mbaocha
0
2K
Member Avatar for chriscross86

Hi, we use [code] '"&TextBox1.Text&"' for vb '"+TextBox1.Text+"' for c# [/code]

Member Avatar for mahendrabilla
0
119
Member Avatar for Alv45525

Hi, First you need to have a login table to store user data like userid and username. In the login page create a [code] session["userid"]. [/code] In this session assign the user name from login table when a user logs in and check this session in every page of your …

Member Avatar for Alv45525
0
189
Member Avatar for Lareman

Hi, you can learn asp.net from the following links [url]www.asp.net//official[/url] microsoft site [url]www.w3schools.com[/url]

Member Avatar for Lareman
0
105
Member Avatar for horseraceuk

Hi, check this links [url]www.asp.net[/url] [url]www.w3schools.com[/url]

Member Avatar for greeny_1984
0
82
Member Avatar for jrockford

Hi, I didnt get you completely but as far i understand you .It can be achieved by using a session and storing the employee guid ,so that it can be used in other pages.

Member Avatar for greeny_1984
0
104
Member Avatar for dadahetal

Hi, You can achieve that functionality using different ways like css,javascript and asp.net.Using asp.net you can achieve that functionality by having a datalist to display your images and a pop up extender to diaplay your image.

Member Avatar for greeny_1984
0
245
Member Avatar for chriscross86
Member Avatar for chriscross86
0
277
Member Avatar for ritu verma

Hi, You didnt assign navigation url to hyperlink ,that's the reason why its not firing.

Member Avatar for mail2saion
0
307
Member Avatar for sarmadirizvi

Hi, You can use outlook to send mails using asp.net as follows [code] <a href='mailto:<%#DataBinder.Eval(Container,"DataItem.EMAILID")%>'> <%#DataBinder.Eval(Container,"DataItem.EMAILID")%> </a> [/code]

Member Avatar for sarmadirizvi
0
108
Member Avatar for ayanes21
Member Avatar for .netidiot

hi, if you want to display data in tabular format you can go for gridview /datagrid if you want to custom format display you can go for repeater/datalist we can help more if you say what type of format you want.

Member Avatar for mail2saion
0
127
Member Avatar for niketh90

hi, you can achieve that functionality using cross post back feature in asp.net 2.0. you can search google for info on cross post back.

Member Avatar for mail2saion
0
129
Member Avatar for julseypart

hi, check this links [url]http://www.beansoftware.com/ASP.NET-Tutorials/Bar-Pie-Chart.aspx[/url] [url]http://authors.aspalliance.com/jnuckolls/Articles/ASPCharts/default.aspx[/url]

Member Avatar for mail2saion
0
372
Member Avatar for knowledgelover

Hi, U didnt specify exactly wat u r problem was,but from my previous experience i had problem with radio button in a grid view.I wanted the radiobuttons to be under one group name and that task was not accomplished.I have used the following threads to solve the problem,hope they are …

Member Avatar for mail2saion
0
119
Member Avatar for mangesh5588

hi, thru code in ado.net you can use this achieve the same. try like this [code] public static int GetMax_ID() { if (!connected) Connect(); SqlDataAdapter da = new SqlDataAdapter("", conn); string query = "SELECT MAX(ID) FROM CATEGORIES"; da.SelectCommand = new SqlCommand(query, conn); try { return (int)da.SelectCommand.ExecuteScalar(); } catch (InvalidCastException ex) …

Member Avatar for carobee
0
102

The End.