TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Revathi Parvathi
NA
323
64.2k
How to add path dynamically in asp.net?
Nov 28 2017 4:02 AM
Hi,
I want to use the file path dynamically from other page using vb.net.i stored file path in one variable.how to pass that variable to below mentioned home folder path.
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="Frm_Notfication.aspx.vb" Inherits="Frm_Notfication" %>
<%@ Register Src="~/UserControls/FileGridVB.ascx" TagPrefix="uc1" TagName="FileGridVB" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
<uc1:FileGridVB ID="FileGridVB1" HomeFolder="~/uplaodfiles/Chennai/Sports/28112017" runat="server" PageSize="25" />
</asp:Content>
Reply
Answers (
2
)
Filter table based from dropdown - dataset
MVC Web Api Debugger