0
votes
1answer
21 views

ASP.NET GridView_RowEditing get value of cell

This is pretty basic stuff, but i am unable to extract the text from a cell in my gridview. <asp:TemplateField HeaderText="Rolle" SortExpression="role"> <ItemTemplate> ...
0
votes
2answers
65 views

Calling async method from ASP.NET page makes me wait for the result

From my ASP.NET Page I call a method from a referenced project like this: Dim oValServiceAgent As New ServiceAgents.ValServiceAgent(System.Security.Principal.TokenImpersonationLevel.Impersonation, ...
0
votes
1answer
17 views

Gridview not populating from access db with parameter query - VB

I have a page where I am trying to populate a gridview (gvClockings) on a button click based upon a selection in a dropdownlist (cbLocation) and a from/to date entered into textboxes from a ...
1
vote
0answers
31 views

Validation using Lambda Expressions

I wanted to make a nice validation system in VB.NET and ASP.NET, where developers only need to specify a single line to validate their controls. I came up with a system, using lambda expressions. So ...
0
votes
2answers
25 views

Open aspx page into a modal window and work with it

I would like to open a modal window when i click a button, inside the modal window should load an aspx page with controls and should work (make postbacks, etc). how can i achive that ? thanks.
0
votes
1answer
31 views

Hit Enter on Button Give Diffrent Result

I Have Function Export to Excel from datagridview, and i do test by try hit every button on my interface by press tab to locate the indicator to every button. but when on export button. it give me an ...
0
votes
2answers
23 views

Clear Textbox with Regular Expression Validator

I Got a text box with a Regular Expression validator, to validate if my textbox is numeric. here's the code : <asp:TextBox ID="txtAmount" runat="server" ...
0
votes
3answers
50 views

Add values to dropdown list programatically at run time

I am trying to change list item values of dropdown list based on values of other dropdown list. The list values of drpAdult range from 0-9 and list values of drpInfant range from 0-(Value of drpAdult ...
-2
votes
3answers
48 views

asp code to get new data every new day [closed]

I am new to dynamic web apps, hence asking for help may be on some basic thing. I need to display some data on a clients website (untill now static). That data is nothing but few words of simple text. ...
0
votes
0answers
19 views

Value of node not rendered for treeview in HTML ?

I am binding the treeview control from datatable. Like wise it am binding for three levels from three different datatables. Problem is I could not see the ID which is set as value to the treeview ...
-1
votes
0answers
27 views

Need guidance with gridview, data repeater and session state

I am not new to .NET, but I am still fuzzy on the .config files. I have been trying to learn as much about session state as possible but cannot avoid a continual problem. I had a simple gridview ...
0
votes
2answers
21 views

Linking to javascript & CSS using client resource Management API

I am looking to integrate ”lightbox2” (http://lokeshdhakar.com/projects/ligh...) into a DNN module I am developing, this involves using 4x js and css files in the dnn project which come with ...
0
votes
2answers
44 views

Is there a faster way to build a class in visual studio other than just typing out all the properties?

I'm creating a class in vb.net/asp.net and I'm able to do it somewhat quickly by typing property then hitting the shift key to fill out the rest of the code; however, if I have like 50-ish properties ...
-2
votes
0answers
71 views

Hide Text In Image Pixel jpeg [duplicate]

I have a problem to get a method to hide some text into an image pixel by putting each bit from text in pixel. Here is the code I tried to create but id doesn't work. 'First Encrypted Code Dim ...
0
votes
1answer
25 views

How to fire direct event in row editing in gridpanel in ext.net

i'm using VB.net with ext.net (version 1.6). i have a Gridpanel where i can double click on a row in order to edit it. I can successfully edit it, but i need a direct event to be called whenever i ...
0
votes
0answers
20 views

Events not showing up in Fullcalendar trough json feed

I'm trying to get events in my calendar trough a JSON feed. $('div[id*=calendar]').fullCalendar({ header: { left: 'prev,next today', ...
1
vote
2answers
43 views

How to make the Header static in Gridview scroll?

here I'm trying to make a scroll-able Grid View, which I did using the overflow, but the problem is, I want to make the Header section static, allowing only the content to be scrolled, here's my code: ...
1
vote
1answer
53 views

How to select all childnodes when a parent node is selected in treeview ? (When the treeview is used from usercontrol)

I have a usercontrol which has only the Treeview control. <asp:TreeView ID="Tree_Index" Style="font-size: 11px; font-family: Tahoma; font-weight: bold; text-align: left;" runat="server" ...
0
votes
2answers
40 views

ASP.NET/VB dropdownlist not properly populating gridview

I'm rather new to ASP.NET, but I have to create a .aspx form with VB that when selecting a customer from the ddl, it will populate gridview with the customer's orders from an Access database. So far, ...
0
votes
3answers
37 views

Adding a general method to datarowitems (Extension)

I'm trying to add a method to all objecttypes, similar to .toString(). I will use it primary for datrowitems (and these get autocasted through the sqltype). I want to call it like ...
0
votes
1answer
12 views

Implement multilogin restriction in Asp.net

I have one problem when "A" user logged in from 1 PC using "ABC" credentials.similarly when "B" User login from another PC using same credentials the "A" user must be kick out from his account.I have ...
0
votes
1answer
33 views

SQL: Row_number in linq?

This is my sql query, , select ROW_NUMBER() over (partition by AirAvail_ID order by AirAvail_ID) as IndexNo,AirAvail_ID from AvailFlt I would like to convert this to LINQ! O/P: IndexNo ...
1
vote
0answers
30 views

ASP.NET App_Code in folder

I am working on a ASP.NET VB project. The host is pretty restrictive, so the App_Code folder has to be placed under the wwwroot folder. My current folder structure (on the server) looks like this: ...
0
votes
3answers
88 views

Replace string with a HTML tag [duplicate]

I am working on a Regex but its not working fine. My requirement is I have a string value and it has '##Anything##' tags like this. I want to replace this ##Anything## with a asp control ##name## ...
2
votes
1answer
29 views

efficient asp.net sql query

Been using this site for years and have always found it very helpful and normally all my questions get answered by reading the site. I have some case studies on a site than need to be related to ...
0
votes
1answer
29 views

convert date format MMMM yyyy to yyyyMM in asp.net vb

i have textbox that contain string month and year value, example: January 2010 but i want to save it into mysql database with format 201001 --->year and then number of month how can i convert this ...
0
votes
1answer
41 views

Download File link on ascx without popup

I have a link on an ASCX, what I want to do is have a file download prompt without doing a popup. example: <a href="download.aspx">Download</a> then in the Download.aspx Page_Load ...
0
votes
3answers
79 views

show only month and year in ajax toolkit calendar extender

please help.. how to modify calendar extender display in ajax calendar extender to show only month and year, i mean the calendar view NOT the textbox text format, so i only select month name in ...
0
votes
1answer
46 views

how to connect to database

I have managed to connect to a database using localhost using sqlexpress, so my connection string is correct, however I am hosted on 123-reg and cannot connect to the database I created on their ...
0
votes
0answers
21 views

Flajaxian File Upload control not uploading files in FireFox

Currently I have developed a website in asp.net using vb.net I needed to upload multiple files at once, So I used Flajaxian File Upload Control to do my job. It works great in any version of Internet ...
0
votes
1answer
34 views

RegisterStartupScript causes window.opener to be null

I'm having trouble getting the window.opener value to transfer between child popup windows. This code works in IE 8 and order, but quit working in IE 9 and newer. Any input is appreciated. Process ...
-1
votes
2answers
81 views

how to write a function that return the min, max value from array of data [closed]

i have seen a few solutions for this on google but none of them made sense to me, can anyone explain in an easy straightforward way how to get the max or min value like following situation? e.g ...
0
votes
1answer
28 views

Trying to convert an entire structure to a string in ASP.NET

I'm using a structure as follows: Structure USERREC Public UserRecID As Integer Public CompanyRecID As Integer Public Username As String Public LoggedInTime As DateTime Public ...
0
votes
1answer
27 views

intercept __doPostBack function

According to this post you can intercept the post by overriding this function __doPostBack but it wont work. If I view the generated source I am not able to see the function that is meant to be auto ...
0
votes
2answers
36 views

Get DataTable from aspx using VB 2010

I am doing a VB 2010 desktop application. I use the lines below to get a string response from an aspx page that I use to collect online data for the application. Dim response As Byte() = ...
0
votes
1answer
33 views

Update a Gridview from a JQuery Slider

I am trying to use a JQuery UI Slider to update a gridview in Visual Studio. Can someone tell me how to use postback or some other function to achieve this. Thanks for your time. JQuery UI Slider ...
-1
votes
0answers
22 views

ASP.net page stuck on Loading

My ASP.net website was working fine Until the program stopped responding and I ended the process from Task Manager. As soon as I ran Microsoft Visual Studio and debugged again the page got stuck on ...
0
votes
1answer
21 views

Check Integer Value on Asmx

i have sample web method on my services, <WebMethod()> _ Public Function AddThis(ByVal x As Integer, ByVal y As Integer) As Integer Dim mySum As Integer If Not IsNumeric(x) Then ...
0
votes
2answers
29 views

Show icons corresponding to the file type in asp.net

I need to show the ICONS corresponding to file type. For example i do have "sample.doc" in a string, which i show it in a anchor tag as link to make it downloadable. The link will have file name as ...
-1
votes
1answer
33 views

compare 2 string to get result different

i am doing a method that able to return me what is the different between data before and data after Dim dataBefore As String = "Name:Alice,Age:30,Sex:Male" Dim dataAfter As String = ...
0
votes
2answers
36 views

Tips on generating dynamic form fields from a string of data?

So here's what I want to do. I want to take a list of phrases, and in certain parts of the phrases, indicate that user input is required.. be it a dropdown list, a textbox, a date field, etc. Kind ...
0
votes
1answer
19 views

Duplicate Anchor IDs and W3 Conventions

I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically: <a name="someName"></a> After ...
0
votes
2answers
40 views

Status of Internal websites by using PING

Afternoon All, Just after a bit of advice on the best method to use for the following. I am new ish to .net and have an Asp.net web page in development that i simply lists some internal web sites by ...
0
votes
0answers
37 views

jQuery validation using remote method #ASP.NET (FIXED)

I'm using jQuery validation plugin to validate my client email address if its already exist in the system. This method will call a generic handler page to validate the email address. jQuery ...
-1
votes
0answers
29 views

string builder append after loop [closed]

dim sb as StringBuilder dim intCount as Integer = 3 dim sResult as String dim intRemove as Integer = intCount -1 For x As integer = 0 to intCount sb.append(x) IF intRemove < intCount ...
0
votes
2answers
56 views

how to get item template value on asp datagridview

i got datagridview like this : <asp:GridView ID="gvData" runat="server" AllowPaging="True" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="InquiryId" ...
-1
votes
0answers
35 views

How I can get log in time asp.net 4.5 in visual studio 2012 [closed]

How I can get log in time asp.net 4.5 in visual studio 2012 i want to store the time for example {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8} cqn u help me encrypt the array with public key (modulus AND ...
0
votes
1answer
50 views

loop multiple table from dataset

i have 2 table in my dataset, what i trying to achieve is convert 2 table item into string Public Shared Function mtdCDsToStr(ByVal pDataSet As DataSet) As String Dim sDs As String ...
0
votes
1answer
51 views

ASP.NET ObjectDataSource could not find a non-generic method that has parameters

I am using a FormView control on an ASP.Net page with an ObjectDataSource that is linked to a Business Tier component connected to stored procedures in the SQL Server. I am getting the ...
1
vote
2answers
67 views

Convert string to XML using .Net

I store the XML output to String and Again convert this string to XML .I successfully convert XML output to String, but i got problem again converting string to XML. sample code : ...

1 2 3 4 5 169