13,153 Topics
| |
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 … | |
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 … | |
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 … | |
hai i am learner of ASP.net ?plz someone help me for the coding of radioButton | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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!!!!!!!!!!!! | |
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 … | |
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 … | |
How do i create ASP .NET Mobile Web Application with VS 2008? | |
| 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 … |
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 | |
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 … | |
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$ … | |
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 … | |
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 | |
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 … | |
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 … | |
I want to store images in oracle ..without using of Blob. i want using RAW fprmat. how? pls give details........... | |
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'. … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.