13,153 Topics

Member Avatar for
Member Avatar for kalyan2642

hello geeks, this is my first post, and my question is... i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can …

Member Avatar for the_carpenter
0
150
Member Avatar for tariqi

i have 5 dropdown list and i want the gridview to get refined with each selection.this is what i used but its not working: a button click event that that gets a dataview to filter records then bind these records to the gridview.this routine then checks each dropdown list to …

Member Avatar for tariqi
0
100
Member Avatar for jellybeannn

Hi everyone, I am trying to populate a gridview. this is my table structure: Modules - M_ID, M_title (this is where the module info is stored) Module_course_link - MC_ID, M_ID, C_ID (this table links the Modules and Courses table) Courses - C_ID, C_title (this is where the course info is …

Member Avatar for rohand
0
99
Member Avatar for rina.shipra

hai i am learner of ASP.net ?plz someone help me for the coding of radioButton

Member Avatar for rohand
0
31
Member Avatar for BLY

I'm trying to call a base class specifically; Release class into a Page_load method.The release class is linked to a baseclass which contains a method Dataset Getresult. How do i call from the release class into the page load.I'm using Repeater I'm trying to do something like this [code] protected …

Member Avatar for rohand
0
96
Member Avatar for prasanthsagar

Hey all I have a mdb file. I need to use this file as a datasource to display in the gridview. Can anyone suggest me how to use a LINQ to add to that gridview. here the purpose of gridview is simply to display some rows....... Regards, Prasanth.

Member Avatar for prasanthsagar
0
96
Member Avatar for farooq82

Hello Everyone, Could you please tell me why my dropdown not firing selectindexchange event. I have dynamic load that dropdown box using dataset. My problem this I have two dropdown boxes now I have load Brand Information in first one and when I select the brand all printers info load …

Member Avatar for farooq82
0
169
Member Avatar for queryme

Hi I have a tree view. and iframe. tree view code is this [CODE] <asp:TreeView ID="TreeView1" runat="server" ExpandDepth="0" Height="166px"> <Nodes> <asp:TreeNode Text="Fix Computer Problems" Value="Fix Computer Problems"> <asp:TreeNode Text="Computer Problem" Value="Computer Problem"> <asp:TreeNode Text="Slow Computer" Value="Slow Computer" NavigateUrl="http://www.computerhope.com/issues/ch000179.htm" Target="frmtreedata" ></asp:TreeNode> <asp:TreeNode Text="Computer Shuts Down" Value="Computer Shuts Down" NavigateUrl="http://www.computerhope.com/issues/ch000689.htm" Target="frmtreedata"></asp:TreeNode> <asp:TreeNode …

0
94
Member Avatar for new SE

Hi all..i need some help please..i'm doing a validation using a validation expression..this is use to make a user just input the digit in 5 digit.. i'm using this now but not function [CODE]<tr> <td class="style1">Zip Code </td> <td>:</td> <td> <asp:TextBox ID="txtCmpZip" runat="server" BorderStyle="Groove" MaxLength="5"></asp:TextBox><asp:RequiredFieldValidator ID="CmpZip" runat="server" ErrorMessage="*" ControlToValidate="txtCmpZip"></asp:RequiredFieldValidator> <asp:RegularExpressionValidator …

Member Avatar for samkaraja
0
81
Member Avatar for samacoba

Hi all i seem to be having an issue with LINQ, i am currently maintaining an in house Intranet application at work,When Saving logs it seems to slow down now,upon debugging i have came to realise that everytime it saves a log the application pauses at these two section lines …

Member Avatar for samacoba
0
131
Member Avatar for gangaloves7

how to retrive username and other information after succefully login using loginid and passs like in login screen (user will use his/her) Userid:xyz Password:xxx in home page i want to dispaly his/her name !!!! urgent help!!!!!!!!!!!!

Member Avatar for samkaraja
0
268
Member Avatar for pavankumarr

This is regarding URL I had written code for URL rewriting but I'm not getting the expected URL. When I debug, the app is going to this page [url]http://localhost:1673/Website/Default.aspx[/url] In the Default page i had given 4 links and one among them is Page.aspx/RES_ABCD?p1=123&p2=456 if i click the link its …

Member Avatar for dnanetwork
0
60
Member Avatar for sbglobal
Member Avatar for venkatesh_web

Dear All, "Access to the path 'D:\WEBDATA\tncpsa.in\db\img_dist\xstest.jpg' is denied." this is the error i am getting when i am deleting the 'xstest.jpg' but if i upload new image then delete is possible. I got full permission for the folder still i am getting the error to delete old file.... Thanks …

Member Avatar for dnanetwork
0
114
Member Avatar for pauloludele
0
74
Member Avatar for Smithy566

Hi all, I'm trying to create a method in [B]managed c++[/B] which will convert an int to a string representation of binary. I have done this in C# before, but I can't work out how to do it in Managed C++ Below is the code from my C# effort that …

Member Avatar for Milton Neal
0
177
Member Avatar for prasanthsagar

HI everyone.... I need some custom THEMES for a grid view.... can anyone send me a link where i can find some sample themes for a gridview or u can just post the code for the theme..... Regards, Prasanth

Member Avatar for prasanthsagar
0
108
Member Avatar for emigrant_tech

hi this is my first post here and i hope im posting at the right section. :) I want to pass value in link to my server side program here: [url]http://aspspider.ws/geodevs/[/url] and this is how i passed the values: [url]http://aspspider.ws/geodevs/?DropDownList1=Cambridge%20Pl,%20Colombo&DropDownList2=Dharmapala%20Rd,%20Colombo[/url] but i don't get any output. (unless i pass arguments …

0
81
Member Avatar for weblover

hi everyone .. i have a problem and i need ur help plz .. i'm new to IT and PCs .. i have a website with a username and password ..but this authentication will be ended after 1 month ..and if i want to renew it i must pay 1500$ …

0
53
Member Avatar for jain.vrish

hi i want to delete multiple report in grid view and i am facing some problem please help me as i am new to Asp.net. protected void LinkButton1_Click(object sender, EventArgs e) { foreach (GridViewRow row in GridView1.Rows) { CheckBox cb = (CheckBox)row.FindControl("chkSelect"); if (cb.Checked) { int rid = Convert.ToInt32(GridView1.DataKeys[row.RowIndex].Value); SqlDataSource1.DeleteParameters["id"].DefaultValue …

Member Avatar for rohand
0
329
Member Avatar for farooq82

Hello Everyone, I just write a web service in which function return a dataset. Now I have load that dataset in asp:dropdownlist in a web page. Please let me know bow would I do this. Thanks Farooq

Member Avatar for rohand
0
117
Member Avatar for srky

Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the …

Member Avatar for Lusiphur
0
145
Member Avatar for tictac58

Hi, [B]There is a possibility that the server reset and there is nobody that can log in to system. I dont want my webpage stop working at this state.so I want it do its main job. The main job of this webpage(ASP.NET) is sending request to a client (via TCP …

Member Avatar for tictac58
0
92
Member Avatar for kashtro Raj

I want to store images in oracle ..without using of Blob. i want using RAW fprmat. how? pls give details...........

0
42
Member Avatar for deepshikha.joha

I made this page and keep on getting error on the same page and webconfig file..... Errors Error 1 'Culture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 2 'UICulture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 3 'InitializeCulture'is not a member of 'ASP.emergency_plan_error_aspx'. Error 4 'CreateResourceBasedLiteralControl'is nt a member of'ASP.emergency_plan_error_aspx'. …

Member Avatar for rohand
0
193
Member Avatar for SuzyDavis

Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I …

Member Avatar for the_carpenter
0
155
Member Avatar for jcexited

I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This data will be stored in a SQL Server database in the server. Then, the users …

Member Avatar for tictac58
0
279
Member Avatar for vinayak.v

hi to all. i've created one aspx page in that i've added a new item called dataset. i've taken the employee table.. form the database. i've added a new item crystal reports to it.. i've dragged some of the field from the dataset.. now i want to write the code …

0
46
Member Avatar for srky

Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the …

0
69
Member Avatar for prasanthsagar

Hi everyone... I have designed a page in which i saved two themes. The selection of the theme is controlled by a dropdown list. So, as soon as the theme is selected from the dropdown list, it is applied to the whokle page. Now, my doubt is ...I want to …

Member Avatar for prasanthsagar
0
124

The End.