Getting Client Vlue in Server Side Uing C#

string textCaption=Page.Request.Form[fileName];

You have to set value to a Name attribute


<input type="text" class="form-control" name="' + tempFileNameID + '" value="' + tempFileName + '">

Comments

Popular posts from this blog

SP People Picker Validation

Create multiple web parts in one SPFx Solution

JQgrid Auto Complete functionality for a textbox using Jquerry